ml-stable-diffusion icon indicating copy to clipboard operation
ml-stable-diffusion copied to clipboard

Convert pre-downloaded models

Open thinkyhead opened this issue 3 years ago • 3 comments

Many of us already downloaded many models and don't want to waste time and bandwidth downloading them again. I'd like to request an option to point to a folder where models that are already downloaded can be discovered and used instead of downloading them from the interwebs.

thinkyhead avatar Dec 02 '22 17:12 thinkyhead

That might be a good idea, I actually stumbled into this last night: https://huggingface.co/blog/diffusers-coreml

enzyme69 avatar Dec 02 '22 20:12 enzyme69

They are scripts that can be modified as needed...

3DTOPO avatar Dec 03 '22 20:12 3DTOPO

you just need to pass in a local directory. like ./<path to the downloaded repo>

littleowl avatar Dec 10 '22 14:12 littleowl