GiorgioV commited on
Commit
49bfb61
·
verified ·
1 Parent(s): b3d8600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -254,8 +254,8 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
254
  with gr.Row():
255
  lora_adapter = gr.Dropdown(
256
  label="Choose Editing Style",
257
- choices=["Photo-to-Anime", "Multiple-Angles", "Light-Restoration", "Multi-Angle-Lighting", "Upscale-Image", "Relight", "Next-Scene", "Edit-Skin"],
258
- value="Photo-to-Anime"
259
  )
260
  with gr.Accordion("Advanced Settings", open=False, visible=False):
261
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
 
254
  with gr.Row():
255
  lora_adapter = gr.Dropdown(
256
  label="Choose Editing Style",
257
+ choices=["QWEN_MCNL", "Multiple-Angles", "Mystic_XXX_Qwen", "C_For_Qwen", "[QWEN] Send Nud", "Qwen-lora-nsfw", "Next-Scene", "A2R_2509_Base"],
258
+ value="QWEN_MCNL"
259
  )
260
  with gr.Accordion("Advanced Settings", open=False, visible=False):
261
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)