From 3a536ac8f1e84650dd110916f4e39a78f1cc2d9c Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Fri, 2 Sep 2022 13:18:09 +0200 Subject: [PATCH] README: stable diffusion version v1-3 -> v1-4 (#331) Prose: stable diffusion version v1-3 -> v1-4 The code examples use `v1-4`, but the license text was referring to `v1-3`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304755d581..12d62cc0b4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In order to get started, we recommend taking a look at two notebooks: Stable Diffusion is a text-to-image latent diffusion model created by the researchers and engineers from [CompVis](https://github.com/CompVis), [Stability AI](https://stability.ai/) and [LAION](https://laion.ai/). It's trained on 512x512 images from a subset of the [LAION-5B](https://laion.ai/blog/laion-5b/) database. This model uses a frozen CLIP ViT-L/14 text encoder to condition the model on text prompts. With its 860M UNet and 123M text encoder, the model is relatively lightweight and runs on a GPU with at least 10GB VRAM. See the [model card](https://huggingface.co/CompVis/stable-diffusion) for more information. -You need to accept the model license before downloading or using the Stable Diffusion weights. Please, visit the [model card](https://huggingface.co/CompVis/stable-diffusion-v1-3), read the license and tick the checkbox if you agree. You have to be a registered user in 🤗 Hugging Face Hub, and you'll also need to use an access token for the code to work. For more information on access tokens, please refer to [this section](https://huggingface.co/docs/hub/security-tokens) of the documentation. +You need to accept the model license before downloading or using the Stable Diffusion weights. Please, visit the [model card](https://huggingface.co/CompVis/stable-diffusion-v1-4), read the license and tick the checkbox if you agree. You have to be a registered user in 🤗 Hugging Face Hub, and you'll also need to use an access token for the code to work. For more information on access tokens, please refer to [this section](https://huggingface.co/docs/hub/security-tokens) of the documentation. ### Text-to-Image generation with Stable Diffusion