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

Where are the models? #5

Open
myprivacygithub opened this issue Nov 6, 2024 · 3 comments
Open

Where are the models? #5

myprivacygithub opened this issue Nov 6, 2024 · 3 comments

Comments

@myprivacygithub
Copy link

Where to download the models for ComfyUI and where to place them?

@songkey
Copy link
Contributor

songkey commented Nov 7, 2024

  1. The base models required by the algorithm will be automatically downloaded to the .cache folder under /home using hf_hub_download and ModelMixin.
    you can also manually specify the cache directory

  2. Custom models should be placed in the directories listed below.

checkpoints under: ComfyUI/models/checkpoints
loras under: ComfyUI/models/checkpoints

For implementation details, refer to:

checkpoint_files = sorted(load_data_list(osp.join(cur_dir, '../../models/checkpoints'), '.pt;.pth;.ckpt;.safetensors'))

@myprivacygithub
Copy link
Author

Thanks. Its working now.

@mohan128
Copy link

1734135511087
提示这个怎么处理?

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