Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
185 |
# Accordion for advanced settings
|
186 |
with gr.Row():
|
187 |
with gr.Accordion("Advanced Settings", open=False):
|
188 |
-
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="(
|
189 |
with gr.Row():
|
190 |
width = gr.Slider(label="Width", value=896, minimum=64, maximum=1216, step=32)
|
191 |
height = gr.Slider(label="Height", value=1152, minimum=64, maximum=1216, step=32)
|
|
|
185 |
# Accordion for advanced settings
|
186 |
with gr.Row():
|
187 |
with gr.Accordion("Advanced Settings", open=False):
|
188 |
+
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value=" (((hands:-1.25))), physical-defects:2, unhealthy-deformed-joints:2, unhealthy-hands:2, out of frame, (((bad face))), (bad-image-v2-39000:1.3), (((out of frame))), deformed body features, (((poor facial details))), (poorly drawn face:1.3), jpeg artifacts, (missing arms:1.1), (missing legs:1.1), (extra arms:1.2), (extra legs:1.2), [asymmetrical features], warped expressions, distorted eyes ", lines=3, elem_id="negative-prompt-text-input")
|
189 |
with gr.Row():
|
190 |
width = gr.Slider(label="Width", value=896, minimum=64, maximum=1216, step=32)
|
191 |
height = gr.Slider(label="Height", value=1152, minimum=64, maximum=1216, step=32)
|