multimodalart HF staff commited on
Commit
c96766d
1 Parent(s): 657e8ea

Download weights right at model card and reference diffusers

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -23,6 +23,12 @@ Stable Diffusion is a latent text-to-image diffusion model capable of generating
23
  The **Stable-Diffusion-v-1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v-1-2](https://steps/huggingface.co/CompVis/stable-diffusion-v-1-2-original)
24
  checkpoint and subsequently fine-tuned on 225k steps at resolution 512x512 on "laion-aesthetics v2 5+" and 10% dropping of the text-conditioning to improve [classifier-free guidance sampling](https://arxiv.org/abs/2207.12598).
25
 
 
 
 
 
 
 
26
  ## Model Details
27
  - **Developed by:** Robin Rombach, Patrick Esser
28
  - **Model type:** Diffusion-based text-to-image generation model
 
23
  The **Stable-Diffusion-v-1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v-1-2](https://steps/huggingface.co/CompVis/stable-diffusion-v-1-2-original)
24
  checkpoint and subsequently fine-tuned on 225k steps at resolution 512x512 on "laion-aesthetics v2 5+" and 10% dropping of the text-conditioning to improve [classifier-free guidance sampling](https://arxiv.org/abs/2207.12598).
25
 
26
+ #### Download the weights
27
+ - [sd-v1-4.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4.ckpt)
28
+ - [sd-v1-4-full-ema.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/resolve/main/sd-v1-4-full-ema.ckpt)
29
+
30
+ This weights are intended to be used with the original [CompVis Stable Diffusion codebase](https://github.com/CompVis/stable-diffusion). If you are looking for the model to use with the D🧨iffusers library, [come here](https://huggingface.co/CompVis/stable-diffusion-v1-4).
31
+
32
  ## Model Details
33
  - **Developed by:** Robin Rombach, Patrick Esser
34
  - **Model type:** Diffusion-based text-to-image generation model