Update app.py
Browse filesForgot a few things
app.py
CHANGED
@@ -90,7 +90,7 @@ def genie (Model, Prompt, negative_prompt, height, width, scale, steps, seed, up
|
|
90 |
|
91 |
return image
|
92 |
|
93 |
-
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Anime', 'Disney', 'StoryBook', 'SemiReal'], value='
|
94 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
95 |
gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
96 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|
@@ -103,4 +103,4 @@ gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Anime', 'Disney', 'StoryB
|
|
103 |
outputs=gr.Image(label='Generated Image'),
|
104 |
title="Manju Dream Booth V3.8.1 with SDXL 1.0 Refiner - GPU",
|
105 |
description="<br><br><b/>Warning: This Demo is capable of producing NSFW content.",
|
106 |
-
article = "If You Enjoyed this Demo and would like to Donate, you can send to any of these Wallets. <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)
|
|
|
90 |
|
91 |
return image
|
92 |
|
93 |
+
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Anime', 'Disney', 'StoryBook', 'SemiReal'], value='PhotoReal', label='Choose Canvers Model'),
|
94 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
95 |
gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
96 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|
|
|
103 |
outputs=gr.Image(label='Generated Image'),
|
104 |
title="Manju Dream Booth V3.8.1 with SDXL 1.0 Refiner - GPU",
|
105 |
description="<br><br><b/>Warning: This Demo is capable of producing NSFW content.",
|
106 |
+
article = "If You Enjoyed this Demo and would like to Donate, you can send to any of these Wallets. <br>BTC: bc1qzdm9j73mj8ucwwtsjx4x4ylyfvr6kp7svzjn84 <br>BTC2: 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)
|