Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,7 @@ from diffusers import PixArtAlphaPipeline, DPMSolverMultistepScheduler
|
|
14 |
from sa_solver_diffusers import SASolverScheduler
|
15 |
|
16 |
|
17 |
-
DESCRIPTION =
|
18 |
-
# PixArt-Alpha 1024px
|
19 |
-
#### [PixArt-Alpha 1024px](https://github.com/PixArt-alpha/PixArt-alpha) 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 |
-
Don't want to queue? Try [OpenXLab](https://openxlab.org.cn/apps/detail/PixArt-alpha/PixArt-alpha) or [Google Colab Demo](https://colab.research.google.com/drive/1jZ5UZXk7tcpTfVwnX33dDuefNMcnW9ME?usp=sharing).
|
22 |
-
### <span style='color: red;'>You may change the DPM-Solver inference steps from 10 to 20, if you didn't get satisfied results.
|
23 |
-
"""
|
24 |
if not torch.cuda.is_available():
|
25 |
DESCRIPTION += "\n<p>Running on CPU �� This demo does not work on CPU.</p>"
|
26 |
|
|
|
14 |
from sa_solver_diffusers import SASolverScheduler
|
15 |
|
16 |
|
17 |
+
DESCRIPTION = AlexAlvey
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
if not torch.cuda.is_available():
|
19 |
DESCRIPTION += "\n<p>Running on CPU �� This demo does not work on CPU.</p>"
|
20 |
|