Open myprivacygithub opened 2 weeks ago
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
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: https://github.com/HelloVision/ComfyUI_HelloMeme/blob/5616b31880237eeb43f2e6bce6fc77e8dfee22de/meme.py#L47
Thanks. Its working now.
Where to download the models for ComfyUI and where to place them?