KingNish commited on
Commit
2f3efaa
1 Parent(s): 3e9d3c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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>"