Spaces:
Runtime error
Runtime error
init commit
Browse filesSigned-off-by: AnyISalIn <[email protected]>
app.py
CHANGED
@@ -299,7 +299,7 @@ with gr.Blocks() as demo:
|
|
299 |
uploaded_files = gr.Gallery(label="Your images", visible=False, columns=5, rows=1, height=200)
|
300 |
with gr.Column(visible=False) as clear_button:
|
301 |
remove_and_reupload = gr.ClearButton(value="Remove and upload new ones", components=files, size="sm")
|
302 |
-
checkpoint = gr.Dropdown(label="Checkpoint", choices=sdxl_models, value="
|
303 |
lora_name = gr.Dropdown(label="LoRA", choices=sdxl_loras)
|
304 |
lora_strength = gr.Slider(label="LoRA strength", minimum=0.0, maximum=1.0, step=0.1, value=0.5)
|
305 |
height = gr.Slider(label="Height", minimum=256, maximum=2048, step=1, value=1024)
|
|
|
299 |
uploaded_files = gr.Gallery(label="Your images", visible=False, columns=5, rows=1, height=200)
|
300 |
with gr.Column(visible=False) as clear_button:
|
301 |
remove_and_reupload = gr.ClearButton(value="Remove and upload new ones", components=files, size="sm")
|
302 |
+
checkpoint = gr.Dropdown(label="Checkpoint", choices=sdxl_models, value="protovisionXLHighFidelity3D_releaseV660Bakedvae_207131.safetensors", type="value")
|
303 |
lora_name = gr.Dropdown(label="LoRA", choices=sdxl_loras)
|
304 |
lora_strength = gr.Slider(label="LoRA strength", minimum=0.0, maximum=1.0, step=0.1, value=0.5)
|
305 |
height = gr.Slider(label="Height", minimum=256, maximum=2048, step=1, value=1024)
|