Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks() as demo:
|
|
140 |
with gr.Row():
|
141 |
lycoris_weight_name = gr.Textbox(
|
142 |
label="Adapter File Name",
|
143 |
-
value="Wan2.1-Fun-1.3B-InP-
|
144 |
)
|
145 |
lycoris_scale = gr.Slider(
|
146 |
label="Adapter Scale",
|
|
|
140 |
with gr.Row():
|
141 |
lycoris_weight_name = gr.Textbox(
|
142 |
label="Adapter File Name",
|
143 |
+
value="Wan2.1-Fun-1.3B-InP-MPS.safetensors"
|
144 |
)
|
145 |
lycoris_scale = gr.Slider(
|
146 |
label="Adapter Scale",
|