Spaces:
Runtime error
Runtime error
Lawrence-cj
commited on
Commit
•
f40e021
1
Parent(s):
f35fd99
bug fixed
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ DESCRIPTION = """![Logo](https://raw.githubusercontent.com/PixArt-alpha/PixArt-s
|
|
20 |
# PixArt-Sigma 1024px
|
21 |
#### [PixArt-Sigma 1024px](https://github.com/PixArt-alpha/PixArt-sigma) 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.
|
22 |
#### English prompts ONLY; 提示词仅限英文
|
|
|
23 |
### <span style='color: red;'>You may change the DPM-Solver inference steps from 14 to 20, or DPM-Solver Guidance scale from 4.5 to 3.5 if you didn't get satisfied results.
|
24 |
"""
|
25 |
if not torch.cuda.is_available():
|
|
|
20 |
# PixArt-Sigma 1024px
|
21 |
#### [PixArt-Sigma 1024px](https://github.com/PixArt-alpha/PixArt-sigma) 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.
|
22 |
#### English prompts ONLY; 提示词仅限英文
|
23 |
+
#### Welcome to Star🌟 our [GitHub](https://github.com/PixArt-alpha/PixArt-sigma)
|
24 |
### <span style='color: red;'>You may change the DPM-Solver inference steps from 14 to 20, or DPM-Solver Guidance scale from 4.5 to 3.5 if you didn't get satisfied results.
|
25 |
"""
|
26 |
if not torch.cuda.is_available():
|