Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ from diffusers_patches import pixart_sigma_init_patched_inputs, PixArtSigmaPipel
|
|
19 |
DESCRIPTION = """ # Instant Image
|
20 |
### Super fast text to Image Generator.
|
21 |
### <span style='color: red;'>You may change the steps from 9 to 15, if you didn't get satisfied results.
|
|
|
22 |
"""
|
23 |
if not torch.cuda.is_available():
|
24 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
19 |
DESCRIPTION = """ # Instant Image
|
20 |
### Super fast text to Image Generator.
|
21 |
### <span style='color: red;'>You may change the steps from 9 to 15, if you didn't get satisfied results.
|
22 |
+
### First Image processing takes time (Because model is loading) then Lighting fast image generated.
|
23 |
"""
|
24 |
if not torch.cuda.is_available():
|
25 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|