Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: GGUF Clip Models not loading #549

Open
gsp80 opened this issue Dec 21, 2024 · 3 comments
Open

[Bug]: GGUF Clip Models not loading #549

gsp80 opened this issue Dec 21, 2024 · 3 comments

Comments

@gsp80
Copy link

gsp80 commented Dec 21, 2024

App Version

v1.1

Expected Behavior

GGUF Clip models that are located in ComfyUI\models\clip do not load in any of the clip loader nodes.
All paths were added to existing comfyui installation.
Even moved the models to Desktop App's own clip folder still not showing.
Same workflow if loaded into browser comfyUI shows the GGUF clip models

Clipboard Image (1)

Actual Behavior

Clipboard Image

Steps to Reproduce

Try putting any GGUF Clip models in ComfyUI\models\clip or Desktop App's own clip folder and see if they show in any clip loader nodes like dual clip loader etc.

Debug Logs

No error just wont show up.

Browser Logs

no need

Setting JSON

comfy.settings.json

Other

No response

┆Issue is synchronized with this Notion page by Unito

@robinjhuang
Copy link
Member

Hey which node pack are you using for this?

Can you check the extra_model_config.yaml file? Instructions here: https://comfyorg.notion.site/ComfyUI-Desktop-User-Guide-1146d73d365080a49058e8d629772f0a#832ba435a0f74df3ba353fb08e25c2cc

Make sure this is in there:

comfyui_desktop:
  is_default: "true"
  ...  
  clip: models/clip/

@robinjhuang
Copy link
Member

@gsp80 any updates?

@ortenheim
Copy link

ortenheim commented Jan 10, 2025

im getting a similar issue but with pulid models. i have added the extra model paths file to root folder. its like its not reading the file.

Note that my installation is not in appdata. its actually in D: drive in a custom folder selected from the start of installation.

image

#config for comfyui
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.

comfyui:
    base_path:  /d/CODE/STABLEDIFFUSION/COMFYDESKTOP/
    is_default: true
    pulid: models/pulid/

update same issue with insightface folder in "models" also updated the yaml file with correct path. any suggestions @robinjhuang ?

#config for comfyui
#your base path should be either an existing comfy install or a central folder where you store all of your models, loras, etc.

comfyui:
    base_path: D:\CODE\STABLEDIFFUSION\COMFYDESKTOP
#    is_default: true
    pulid: models/pulid/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants