Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,9 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
40 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True),
|
41 |
gr.Textbox(label='Embedded Prompt'),
|
42 |
#gr.Textbox(label='Embedded Negative Prompt'),
|
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 |
-
article = "If You Enjoyed this Demo and would like to Donate, you can send to any of these
|
|
|
40 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True),
|
41 |
gr.Textbox(label='Embedded Prompt'),
|
42 |
#gr.Textbox(label='Embedded Negative Prompt'),
|
43 |
+
#gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')
|
44 |
+
],
|
45 |
outputs='image',
|
46 |
title="Stable Diffusion XL 1.0 CPU or GPU",
|
47 |
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.",
|
48 |
+
article = "If You Enjoyed this Demo and would like to Donate, you can send to any of these W7allets. <br>BTC: bc1qzdm9j73mj8ucwwtsjx4x4ylyfvr6kp7svzjn84 <br>3LWRoKYx6bCLnUrKEdnPo3FCSPQUSFDjFP <br>DOGE: DK6LRc4gfefdCTRk9xPD239N31jh9GjKez <br>SHIB (BEP20): 0xbE8f2f3B71DFEB84E5F7E3aae1909d60658aB891 <br>PayPal: https://www.paypal.me/ManjushriBodhisattva <br>ETH: 0xbE8f2f3B71DFEB84E5F7E3aae1909d60658aB891 <br>Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=80)
|