IOPaint icon indicating copy to clipboard operation
IOPaint copied to clipboard

Question: How to manually install Stable Diffusion model that is already downloaded?

Open jasonmhead opened this issue 1 year ago • 3 comments

How to manually install Stable Diffusion model that is already downloaded?

Where should it go? Sub-directory for that model? What should be the name of the model file?

jasonmhead avatar Sep 28 '22 12:09 jasonmhead

I would also like to know this.

swankwc avatar Sep 30 '22 05:09 swankwc

There are two versions of stable-diffusion weights:

  1. huggingface version:https://huggingface.co/CompVis/stable-diffusion-v1-4
  2. CompVis version:https://huggingface.co/CompVis/stable-diffusion-v-1-4-original

If you have downloaded the huggingface version, just copy to ~/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4(diffusers's default cache folder)

If you have downloaded the CompVis version, you need to convert it to the huggingface version first. But I don't know how to convert this model 😞

Sanster avatar Sep 30 '22 05:09 Sanster

There are two versions of stable-diffusion weights:

  1. huggingface version:https://huggingface.co/CompVis/stable-diffusion-v1-4
  2. CompVis version:https://huggingface.co/CompVis/stable-diffusion-v-1-4-original

If you have downloaded the huggingface version, just copy to ~/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4(diffusers's default cache folder)

If you have downloaded the CompVis version, you need to convert it to the huggingface version first. But I don't know how to convert this model 😞

I'm sorry but I can't do that. I've got the sd1.4.ckpt. Can you please explain how to place in folder ? I use Windows 11 , conda Thank you

tuwonga avatar Oct 01 '22 09:10 tuwonga