HelloVision / ComfyUI_HelloMeme

Official comfyui repository of Hellomeme
https://songkey.github.io/hellomeme/
MIT License
140 stars 8 forks source link

Where are the models? #5

Open myprivacygithub opened 2 weeks ago

myprivacygithub commented 2 weeks ago

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

songkey commented 2 weeks ago
  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: https://github.com/HelloVision/ComfyUI_HelloMeme/blob/5616b31880237eeb43f2e6bce6fc77e8dfee22de/meme.py#L47

myprivacygithub commented 2 weeks ago

Thanks. Its working now.