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

Model Manager respects .../ComfyUI/extra_model_paths.yaml #1391

Open
peddyhh opened this issue Jan 3, 2025 · 0 comments
Open

Model Manager respects .../ComfyUI/extra_model_paths.yaml #1391

peddyhh opened this issue Jan 3, 2025 · 0 comments

Comments

@peddyhh
Copy link

peddyhh commented Jan 3, 2025

Kind of feature request: Model Manager respects .../ComfyUI/extra_model_paths.yaml

Because of space on my SSD, I have to move a lot of models on external SSD.
So i use ../ComfyUI/extra_model_paths.yaml with Entries like that:

comfyui:
     base_path: /Users/comfyuser/git/zz_privat/ComfyUI/
     checkpoints: /Volumes/SD/checkpoints
     ....
     embeddings: /Volumes/SD/embeddings/
     ....
     ultralytics: /Volumes/SD//SD/ultralytics/

When I want to check, which "comfy official" models are installed or searching for a special model, comfyui-manager does not show the already installed models:
grafik

The Models are installed and useable:

find SD/(embeddings|ultralytics) -iname "*deep*"
SD/embeddings/SD1.5/ng_deepnegative_v1_75t.pt
SD/ultralytics/bbox/deepfashion2_yolov8s-seg.pt
SD/ultralytics/segm/deepfashion2_yolov8s-seg.pt

Please let me know, when I missed something. I'm new to ComfyUI and ComfyUI-Manager, so I'm not sure, working with extra_model_paths.yaml is the right way to do.

Everything is updated:
grafik

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

No branches or pull requests

2 participants