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