Spaces:
Runtime error
Runtime error
Commit
·
9589487
1
Parent(s):
06b7cd2
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
custom_model = gr.Textbox(value="", label="Custom Model")
|
150 |
seed = gr.Slider(minimum=-1, maximum=100, value=-1, label="Seed")
|
151 |
cfg_scale = gr.Slider(minimum=1, maximum=10, value=7, label="Cfg Scale")
|
152 |
-
clip_guidance = gr.Dropdown(choices=[None, "Simple", "FastBlue", "FastGreen"], value=None, label="Clip Guidance")
|
153 |
init_image = gr.Textbox(value='', label="Init Image")
|
154 |
init_sizing = gr.Dropdown(choices=['stretch'], value='stretch', label="Init Sizing")
|
155 |
mask_path = gr.Textbox(value="", label="Mask Path")
|
|
|
149 |
custom_model = gr.Textbox(value="", label="Custom Model")
|
150 |
seed = gr.Slider(minimum=-1, maximum=100, value=-1, label="Seed")
|
151 |
cfg_scale = gr.Slider(minimum=1, maximum=10, value=7, label="Cfg Scale")
|
152 |
+
clip_guidance = gr.Dropdown(choices=['None', "Simple", "FastBlue", "FastGreen"], value=None, label="Clip Guidance")
|
153 |
init_image = gr.Textbox(value='', label="Init Image")
|
154 |
init_sizing = gr.Dropdown(choices=['stretch'], value='stretch', label="Init Sizing")
|
155 |
mask_path = gr.Textbox(value="", label="Mask Path")
|