tsi-org commited on
Commit
b3ba185
·
verified ·
1 Parent(s): e3598f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -14,13 +14,13 @@ from diffusers import PixArtAlphaPipeline, DPMSolverMultistepScheduler
14
  from sa_solver_diffusers import SASolverScheduler
15
 
16
 
17
- DESCRIPTION = """![Logo](https://raw.githubusercontent.com/PixArt-alpha/PixArt-alpha.github.io/master/static/images/logo.png)
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 14 to 20, if you didn't get satisfied results.
23
- ### Want faster inference speed? Try [PixArt-LCM](https://huggingface.co/spaces/PixArt-alpha/PixArt-LCM).
24
  """
25
  if not torch.cuda.is_available():
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 = """![Logo](https://img.mytsi.org/i/MbnS539.png)
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>"