apple / ml-stable-diffusion

Stable Diffusion with Core ML on Apple Silicon
MIT License
16.87k stars 942 forks source link

Convert pre-downloaded models #15

Open thinkyhead opened 1 year ago

thinkyhead commented 1 year ago

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.

enzyme69 commented 1 year ago

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

3DTOPO commented 1 year ago

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

littleowl commented 1 year ago

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