CompVis / stable-diffusion

A latent text-to-image diffusion model
https://ommer-lab.com/research/latent-diffusion-models/
Other
68.24k stars 10.15k forks source link

HI,cloud you tell me how to get the model.ckpt file #406

Open lichao252244354 opened 2 years ago

lichao252244354 commented 2 years ago

Hello ,I see the readme file text2image
mkdir -p models/ldm/stable-diffusion-v1/ ln -s <path/to/model.ckpt> models/ldm/stable-diffusion-v1/model.ckpt

but I do not know how to get the model.ckpt
Could you tell me how to get this model file ,thank you very much!

VIXNESS commented 2 years ago

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

lichao252244354 commented 2 years ago

thank you very much ! cloud you tell me how to download the stable-diffusion-v1-4 as a model file ,I can not find the download button hugging

VIXNESS commented 2 years ago

你得先在这个网站注册账号

VIXNESS commented 2 years ago

点击 Files and versions 这个标签 Screenshot from 2022-10-21 17-14-44

minakshimathpal commented 2 years ago

@VIXNESS Is cfg scale in dreamstudio.io is same as guidance_scale in StableDiffusionPipeline