Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -191,14 +191,6 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
191 |
with gr.Accordion("Advanced options", open=False):
|
192 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False, visible=True)
|
193 |
#use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
194 |
-
"""negative_prompt = gr.Text(
|
195 |
-
label="Negative prompt",
|
196 |
-
lines=4,
|
197 |
-
max_lines=6,
|
198 |
-
value="""(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, (NSFW:1.25)""",
|
199 |
-
placeholder="Enter a negative prompt",
|
200 |
-
visible=True,
|
201 |
-
)"""
|
202 |
with gr.Row():
|
203 |
num_inference_steps = gr.Slider(
|
204 |
label="Steps",
|
|
|
191 |
with gr.Accordion("Advanced options", open=False):
|
192 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False, visible=True)
|
193 |
#use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
with gr.Row():
|
195 |
num_inference_steps = gr.Slider(
|
196 |
label="Steps",
|