linoyts HF Staff commited on
Commit
61538b2
·
verified ·
1 Parent(s): e2ffec0

fix error with correct lora path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="多角度.safetensors",
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