shreyajn commited on
Commit
a292a02
1 Parent(s): b202cb7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  Generates high resolution images from text prompts using a latent diffusion model. This model uses CLIP ViT-L/14 as text encoder, U-Net based latent denoising, and VAE based decoder to generate the final image.
19
 
20
- This model is an implementation of Posenet-Mobilenet found [here](https://github.com/CompVis/stable-diffusion/tree/main).
21
 
22
 
23
  This repository provides scripts to run Stable-Diffusion-v2.1 on Qualcomm® devices.
 
17
 
18
  Generates high resolution images from text prompts using a latent diffusion model. This model uses CLIP ViT-L/14 as text encoder, U-Net based latent denoising, and VAE based decoder to generate the final image.
19
 
20
+ This model is an implementation of Stable-Diffusion-v2.1 found [here](https://github.com/CompVis/stable-diffusion/tree/main).
21
 
22
 
23
  This repository provides scripts to run Stable-Diffusion-v2.1 on Qualcomm® devices.