Spaces:
Sleeping
Sleeping
Update description
Browse files
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
|
9 |
|
10 |
-
This Space demos the model on an inexpensive CPU, where it can generate images in just a
|
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
|