patrickvonplaten
commited on
Commit
•
48a1bd8
1
Parent(s):
e9bde7f
Update README.md
Browse files
README.md
CHANGED
@@ -24,12 +24,12 @@ extra_gated_fields:
|
|
24 |
# Stable Diffusion v1-4 Model Card
|
25 |
|
26 |
Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
|
27 |
-
For more information about how Stable Diffusion functions, please have a look at [🤗's Stable Diffusion with
|
28 |
|
29 |
The **Stable-Diffusion-v1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v1-2](https:/steps/huggingface.co/CompVis/stable-diffusion-v1-2)
|
30 |
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).
|
31 |
|
32 |
-
This weights here are intended to be used with the
|
33 |
|
34 |
## Model Details
|
35 |
- **Developed by:** Robin Rombach, Patrick Esser
|
|
|
24 |
# Stable Diffusion v1-4 Model Card
|
25 |
|
26 |
Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
|
27 |
+
For more information about how Stable Diffusion functions, please have a look at [🤗's Stable Diffusion with 🧨Diffusers blog](https://huggingface.co/blog/stable_diffusion).
|
28 |
|
29 |
The **Stable-Diffusion-v1-4** checkpoint was initialized with the weights of the [Stable-Diffusion-v1-2](https:/steps/huggingface.co/CompVis/stable-diffusion-v1-2)
|
30 |
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).
|
31 |
|
32 |
+
This weights here are intended to be used with the 🧨 Diffusers library. If you are looking for the weights to be loaded into the CompVis Stable Diffusion codebase, [come here](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original)
|
33 |
|
34 |
## Model Details
|
35 |
- **Developed by:** Robin Rombach, Patrick Esser
|