multimodalart HF Staff linoyts HF Staff commited on
Commit
ee7db05
·
verified ·
1 Parent(s): e2ffec0

fix error with correct lora path (#1)

Browse files

- fix error with correct lora path (61538b27ef15aedf5c3e5b15270fcfbb40888c3d)


Co-authored-by: Linoy Tsaban <[email protected]>

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