joe-hirst commited on
Commit
d2874a9
1 Parent(s): 4f61a90

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,9 +5,9 @@ from diffusers import StableDiffusionPipeline, AutoencoderKL
5
 
6
  title = "Fast Text-to-Image Generation on CPU"
7
  description = """
8
- This Space uses the sdxs-512-0.9 model which has the ability to generate high quality images in the faction of the time of previous methods.
9
 
10
- This Space demos the model on an inexpensive CPU, where it can generate images in just a couple of seconds. When on a GPU this model can generate up to 100 images per second.
11
 
12
  Model: https://huggingface.co/IDKiro/sdxs-512-0.9\n
13
  Paper: https://arxiv.org/pdf/2403.16627.pdf
 
5
 
6
  title = "Fast Text-to-Image Generation on CPU"
7
  description = """
8
+ This Space uses the sdxs-512-0.9 model which has the ability to generate high quality images in a fraction of the time of previous methods.
9
 
10
+ This Space demos the model on an inexpensive CPU, where it can generate images in just a few seconds. When on a GPU this model can generate up to 100 images per second.
11
 
12
  Model: https://huggingface.co/IDKiro/sdxs-512-0.9\n
13
  Paper: https://arxiv.org/pdf/2403.16627.pdf