Update app.py
Browse files
app.py
CHANGED
@@ -44,5 +44,4 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
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 |
-
|
48 |
-
<br>Code Monkey: <a href="https://huggingface.co/Thafx\"><Thafx</a>").launch(debug=True, max_threads=80)
|
|
|
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 |
+
Code Monkey: <a href="https://huggingface.co/Thafx\"><Thafx</a>").launch(debug=True, max_threads=80)
|
|