Nick088 commited on
Commit
2ecb2cf
·
verified ·
1 Parent(s): cd83be1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ prompt = gr.Textbox(label="Prompt", info="Describe the image you want", placehol
79
 
80
  enhance_prompt = gr.Checkbox(label="Prompt Enhancement", info="Enhance your prompt with SuperPrompt-v1", value=True)
81
 
82
- negative_prompt = gr.Textbox(label="Negative Prompt", info="Describe what you don't want in the image", value="ugly, low quality, disfigured", placeholder="Ugly, bad anatomy...")
83
 
84
  num_inference_steps = gr.Number(label="Number of Inference Steps", precision=0, value=25)
85
 
 
79
 
80
  enhance_prompt = gr.Checkbox(label="Prompt Enhancement", info="Enhance your prompt with SuperPrompt-v1", value=True)
81
 
82
+ negative_prompt = gr.Textbox(label="Negative Prompt", info="Describe what you don't want in the image", value="deformed, distorted, disfigured, poorly drawn, bad anatomy, incorrect anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation", placeholder="Ugly, bad anatomy...")
83
 
84
  num_inference_steps = gr.Number(label="Number of Inference Steps", precision=0, value=25)
85