DigiP-AI commited on
Commit
4c9bc80
·
verified ·
1 Parent(s): dc38a98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", 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)
 
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)