multimodalart HF staff commited on
Commit
2d198e9
1 Parent(s): ea4c985

Download weights right at model card and reference diffusers

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -24,6 +24,12 @@ Stable Diffusion is a latent text-to-image diffusion model capable of generating
24
  The **Stable-Diffusion-v-1-1** was trained on 237,000 steps at resolution `256x256` on [laion2B-en](https://huggingface.co/datasets/laion/laion2B-en), followed by
25
  194,000 steps at resolution `512x512` on [laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) (170M examples from LAION-5B with resolution `>= 1024x1024`). For more information, please refer to [Training](#training).
26
 
 
 
 
 
 
 
27
  ## Model Details
28
  - **Developed by:** Robin Rombach, Patrick Esser
29
  - **Model type:** Diffusion-based text-to-image generation model
 
24
  The **Stable-Diffusion-v-1-1** was trained on 237,000 steps at resolution `256x256` on [laion2B-en](https://huggingface.co/datasets/laion/laion2B-en), followed by
25
  194,000 steps at resolution `512x512` on [laion-high-resolution](https://huggingface.co/datasets/laion/laion-high-resolution) (170M examples from LAION-5B with resolution `>= 1024x1024`). For more information, please refer to [Training](#training).
26
 
27
+ #### Download the weights
28
+ - [sd-v1-1.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-1-original/resolve/main/sd-v1-1.ckpt)
29
+ - [sd-v1-1-full-ema.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-1-original/resolve/main/sd-v1-1-full-ema.ckpt)
30
+
31
+ 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-1).
32
+
33
  ## Model Details
34
  - **Developed by:** Robin Rombach, Patrick Esser
35
  - **Model type:** Diffusion-based text-to-image generation model