Spaces:
Runtime error
Runtime error
Commit
·
ce121c6
1
Parent(s):
4790b8b
app.py
CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks() as demo:
|
|
135 |
custom_model = gr.Textbox(value="", label="Custom Model")
|
136 |
seed = gr.Slider(minimum=-1, maximum=100, value=-1, label="Seed")
|
137 |
cfg_scale = gr.Slider(minimum=1, maximum=10, value=7, label="Cfg Scale")
|
138 |
-
clip_guidance = gr.
|
139 |
init_image = gr.Textbox(value='', label="Init Image")
|
140 |
init_sizing = gr.Dropdown(choices=['stretch'], value='stretch', label="Init Sizing")
|
141 |
mask_path = gr.Textbox(value="", label="Mask Path")
|
|
|
135 |
custom_model = gr.Textbox(value="", label="Custom Model")
|
136 |
seed = gr.Slider(minimum=-1, maximum=100, value=-1, label="Seed")
|
137 |
cfg_scale = gr.Slider(minimum=1, maximum=10, value=7, label="Cfg Scale")
|
138 |
+
clip_guidance = gr.Dropdown(choices=["Simple"], label="Clip Guidance")
|
139 |
init_image = gr.Textbox(value='', label="Init Image")
|
140 |
init_sizing = gr.Dropdown(choices=['stretch'], value='stretch', label="Init Sizing")
|
141 |
mask_path = gr.Textbox(value="", label="Mask Path")
|