Spaces:
Runtime error
Runtime error
Commit
•
ca76a99
1
Parent(s):
8ee6f02
Add description
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ import torch
|
|
12 |
from diffusers import AutoencoderKL, StableDiffusionXLPipeline
|
13 |
import uuid
|
14 |
|
15 |
-
DESCRIPTION =
|
|
|
|
|
16 |
if not torch.cuda.is_available():
|
17 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
18 |
|
|
|
12 |
from diffusers import AutoencoderKL, StableDiffusionXLPipeline
|
13 |
import uuid
|
14 |
|
15 |
+
DESCRIPTION = '''# Segmind Stable Diffusion: SSD-1B
|
16 |
+
#### [Segmind's SSD-1B](https://huggingface.co/segmind/SSD-1B) is a distilled, 50% smaller version of SDXL, offering up to 60% speedup
|
17 |
+
'''
|
18 |
if not torch.cuda.is_available():
|
19 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
20 |
|