Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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 |
|