anyisalin commited on
Commit
25a10a7
1 Parent(s): 2ac6aff

init commit

Browse files

Signed-off-by: AnyISalIn <anyisalin@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
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="RealVisXL_V3.0.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)
 
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)