Hangover3832 / ComfyUI-Hangover-Moondream

Moondream is a lightweight multimodal large language model
https://github.com/Hangover3832/ComfyUI-Hangover-Moondream
Apache License 2.0
37 stars 5 forks source link

Where to place model? #17

Closed niko2020 closed 4 days ago

niko2020 commented 1 month ago

moondream2 model file seems to be stored in folder: huggingface/hub/models--vikhyatk--moondream2

can we move it somewhere like: ComfyUI/models

?

Cheers

niko2020 commented 1 month ago

it looks like the model files are downloaded every time I restart the comfyui server.

Hangover3832 commented 1 month ago

See #15. Please note that automatic update and model switching feature does not work anymore this way.

niko2020 commented 1 month ago

thank you. Is there any way to combine automatic update and not redownloading the models each time? cheers

Hangover3832 commented 1 month ago

Unfortunately I cannot reproduce the behavior you mentioned, this should not happen and I don't know why this happens for you. For now, best is you update the model manually if a new revision is available.

BTW, I just updated the node, it now supports custom model folder location natively, no more need to change the code, see readme. Perhaps you find time to test it?

niko2020 commented 1 month ago

thank you for your update! I will test it.