Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
9ebf666
1
Parent(s):
e417d67
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks() as app:
|
|
104 |
controlnet_conditioning_scale = gr.Slider(minimum=0.0, maximum=5.0, step=0.01, value=0.8, label="Illusion strength", info="ControlNet conditioning scale")
|
105 |
gr.Examples(examples=["checkers.png", "pattern.png", "spiral.jpeg"], inputs=control_image)
|
106 |
prompt = gr.Textbox(label="Prompt")
|
107 |
-
negative_prompt = gr.Textbox(label="Negative Prompt", value="
|
108 |
with gr.Accordion(label="Advanced Options", open=False):
|
109 |
#strength = gr.Slider(minimum=0.0, maximum=1.0, step=0.01, value=0.9, label="Strength")
|
110 |
guidance_scale = gr.Slider(minimum=0.0, maximum=50.0, step=0.25, value=7.5, label="Guidance Scale")
|
|
|
104 |
controlnet_conditioning_scale = gr.Slider(minimum=0.0, maximum=5.0, step=0.01, value=0.8, label="Illusion strength", info="ControlNet conditioning scale")
|
105 |
gr.Examples(examples=["checkers.png", "pattern.png", "spiral.jpeg"], inputs=control_image)
|
106 |
prompt = gr.Textbox(label="Prompt")
|
107 |
+
negative_prompt = gr.Textbox(label="Negative Prompt", value="low quality")
|
108 |
with gr.Accordion(label="Advanced Options", open=False):
|
109 |
#strength = gr.Slider(minimum=0.0, maximum=1.0, step=0.01, value=0.9, label="Strength")
|
110 |
guidance_scale = gr.Slider(minimum=0.0, maximum=50.0, step=0.25, value=7.5, label="Guidance Scale")
|