Open jinwyp opened 8 months ago
This line will automatically download the model from huggingface
For details, please refer to https://huggingface.co/docs/diffusers/using-diffusers/loading
@williamyang1991 It's doesn't download the models for me the ui works perfectly through, please where I place the models I can download them on huggingface manually
You just download it, for example, to ./model/runwayml/stable-diffusion-v1-5
Then you can sepcify config['sd_path']='./model/runwayml/stable-diffusion-v1-5'
to load your local model
Is there a more convenient way to use local models in the future, such as setting and loading in the GUI interface?
This won't work with model downloaded from civitai, which normally is just a .safetensor file. any solution?
Hi:
After run the script
But I didn't found any SD1.5 model in the project.
BTW : the default path on windows 10 is C:\Users\xxxx\.cache\huggingface\hub