Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,13 @@ from diffusers import PixArtAlphaPipeline, DPMSolverMultistepScheduler
|
|
14 |
from sa_solver_diffusers import SASolverScheduler
|
15 |
|
16 |
|
17 |
-
DESCRIPTION = """:
|
26 |
DESCRIPTION += "\n<p>Running on CPU �� This demo does not work on CPU.</p>"
|
|
|
14 |
from sa_solver_diffusers import SASolverScheduler
|
15 |
|
16 |
|
17 |
+
DESCRIPTION = """
|
18 |
+
# Pixio PixArt-Alpha 1024px
|
19 |
+
#### [Pixio PixArt-Alpha 1024px](https://pixio.myapps.ai) is a transformer-based text-to-image diffusion system trained on text embeddings from T5. This demo uses the [PixArt-alpha/PixArt-XL-2-1024-MS](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS) checkpoint.
|
20 |
#### English prompts ONLY; 提示词仅限英文
|
21 |
+
|
22 |
### <span style='color: red;'>You may change the DPM-Solver inference steps from 14 to 20, if you didn't get satisfied results.
|
23 |
+
|
24 |
"""
|
25 |
if not torch.cuda.is_available():
|
26 |
DESCRIPTION += "\n<p>Running on CPU �� This demo does not work on CPU.</p>"
|