multimodalart HF staff commited on
Commit
4d528c6
1 Parent(s): ad3c09a

Download weights right at model card and reference diffusers

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -27,6 +27,11 @@ checkpoint and subsequently fine-tuned on 195,000 steps at resolution `512x512`
27
 
28
  For more information, please refer to [Training](#training).
29
 
 
 
 
 
 
30
 
31
  ## Model Details
32
  - **Developed by:** Robin Rombach, Patrick Esser
 
27
 
28
  For more information, please refer to [Training](#training).
29
 
30
+ #### Download the weights
31
+ - [sd-v1-3.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-3-original/resolve/main/sd-v1-3.ckpt)
32
+ - [sd-v1-3-full-ema.ckpt](https://huggingface.co/CompVis/stable-diffusion-v-1-3-original/resolve/main/sd-v1-3-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-3).
35
 
36
  ## Model Details
37
  - **Developed by:** Robin Rombach, Patrick Esser