Yntec commited on
Commit
5be8d82
1 Parent(s): 8d73fdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -9
app.py CHANGED
@@ -56,16 +56,12 @@ with gr.Blocks(css=css) as myface:
56
  </div>
57
  </body>
58
  </div>
59
- <p style="margin-bottom: 10px; color: #ffffff;">
60
- If you have an idea, put it on the first box to expand it, if you have a full prompt, you can leave the first box empty and just put it on the second one and click generate images!
61
- Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
62
- <a href="https://twitter.com/DavidJohnstonxx/">original space created by Phenomenon1981</a>.
63
- </p>
64
- <p style="margin-bottom: 10px; color: #ffaa66; font-size: 98%">
65
- ❤️ Press the Like Button if you enjoy my space! ❤️</a>
66
- </p>
67
  </div>
68
-
69
  """)
70
  with gr.Row():
71
  with gr.Column(scale=100):
 
56
  </div>
57
  </body>
58
  </div>
59
+ <p style="margin-bottom: 10px; color: #ffaa66;">
60
+ <h3>Top SDXLModels and 401 SD1.5 models for your enjoyment!</h3></p>
61
+ <p style="margin-bottom: 10px; color: #ffffff; font-size: 98%">
62
+ <br><h4>The first time you load a model it takes 200 seconds</h4>
63
+ <br><h4>But after it loads each image takes 20 seconds to generate!</h4></p>
 
 
 
64
  </div>
 
65
  """)
66
  with gr.Row():
67
  with gr.Column(scale=100):