Thafx commited on
Commit
c766d68
·
1 Parent(s): 728cc6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
43
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
44
  outputs='image',
45
  title="Stable Diffusion XL 1.0 CPU or GPU",
46
- description=("SDXL 1.0 CPU or GPU. Currently running on CPU. <br><br><b>WARNING:</b> Extremely Slow. 65s/Iteration. Expect 25-50mins an image for 25-50 iterations respectively. This model is capable of producing NSFW (Softcore) images.,<br><a href="https://huggingface.co/Thafx/"><Thafx</a>",)
47
  .launch(debug=True, max_threads=80)
 
43
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
44
  outputs='image',
45
  title="Stable Diffusion XL 1.0 CPU or GPU",
46
+ description="SDXL 1.0 CPU or GPU. Currently running on CPU.<br><br><b>WARNING:</b> Extremely Slow. 65s/Iteration. Expect 25-50mins an image for 25-50 iterations respectively. This model is capable of producing NSFW (Softcore) images.")
47
  .launch(debug=True, max_threads=80)