rahul7star commited on
Commit
513bf05
·
verified ·
1 Parent(s): 7d32501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ pipe.fuse_lora(lora_scale=1.0)
123
 
124
  pipe.load_lora_weights(
125
  "rahul7star/qwen-char-lora",
126
- weight_name="qwen-multiple-char.safetensors",
127
  )
128
  pipe.fuse_lora(lora_scale=1.0)
129
 
 
123
 
124
  pipe.load_lora_weights(
125
  "rahul7star/qwen-char-lora",
126
+ weight_name="qwen_lora/qwen-multiple-char.safetensors",
127
  )
128
  pipe.fuse_lora(lora_scale=1.0)
129