Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Tab(label="Generate Image"):
|
|
185 |
with gr.Accordion("Advanced Options", open=True):
|
186 |
with gr.Column(scale=1):
|
187 |
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=6, elem_id="negative-prompt-text-input")
|
188 |
-
|
189 |
label="Width",
|
190 |
minimum=512,
|
191 |
maximum=1280,
|
|
|
185 |
with gr.Accordion("Advanced Options", open=True):
|
186 |
with gr.Column(scale=1):
|
187 |
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=6, elem_id="negative-prompt-text-input")
|
188 |
+
width = gr.Slider(
|
189 |
label="Width",
|
190 |
minimum=512,
|
191 |
maximum=1280,
|