Spaces:
Running
on
Zero
Running
on
Zero
fix error with correct lora path
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ pipe.fuse_lora(lora_scale=1.0)
|
|
| 47 |
|
| 48 |
pipe.load_lora_weights(
|
| 49 |
"dx8152/Qwen-Edit-2509-Multiple-angles",
|
| 50 |
-
weight_name="
|
| 51 |
)
|
| 52 |
pipe.fuse_lora(lora_scale=1.0)
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
pipe.load_lora_weights(
|
| 49 |
"dx8152/Qwen-Edit-2509-Multiple-angles",
|
| 50 |
+
weight_name="镜头转换.safetensors",
|
| 51 |
)
|
| 52 |
pipe.fuse_lora(lora_scale=1.0)
|
| 53 |
|