multimodalart HF staff commited on
Commit
fe4f789
1 Parent(s): 184e314

Download weights right at model card and reference diffusers

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -27,6 +27,12 @@ filtered to images with an original size `>= 512x512`, estimated aesthetics scor
27
 
28
  For more information, please refer to [Training](#training).
29
 
 
 
 
 
 
 
30
  ## Model Details
31
  - **Developed by:** Robin Rombach, Patrick Esser
32
  - **Model type:** Diffusion-based text-to-image generation model
 
27
 
28
  For more information, please refer to [Training](#training).
29
 
30
+ #### Download the weights
31
+ - [sd-v1-2.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-2-original/resolve/main/sd-v1-2.ckpt)
32
+ - [sd-v1-2-full-ema.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-2-original/resolve/main/sd-v1-2-full-ema.ckpt)
33
+
34
+ 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-2).
35
+
36
  ## Model Details
37
  - **Developed by:** Robin Rombach, Patrick Esser
38
  - **Model type:** Diffusion-based text-to-image generation model