Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
|
|
89 |
img = gr.Image(label='Mobius Generated Image')
|
90 |
with gr.Accordion("Advanced Options", open=False):
|
91 |
with gr.Row():
|
92 |
-
negative = gr.Textbox(label="Negative prompt", value="low quality")
|
93 |
with gr.Row():
|
94 |
width = gr.Slider(
|
95 |
label="Width",
|
|
|
89 |
img = gr.Image(label='Mobius Generated Image')
|
90 |
with gr.Accordion("Advanced Options", open=False):
|
91 |
with gr.Row():
|
92 |
+
negative = gr.Textbox(label="Negative prompt", value="low quality, low quality, (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, (NSFW:1.25)")
|
93 |
with gr.Row():
|
94 |
width = gr.Slider(
|
95 |
label="Width",
|