rahul7star commited on
Commit
5b8c6ea
·
verified ·
1 Parent(s): 03c4f3b

Update app-quick.py

Browse files
Files changed (1) hide show
  1. app-quick.py +3 -3
app-quick.py CHANGED
@@ -40,14 +40,14 @@ pipe = QwenImageEditPlusPipeline.from_pretrained(
40
  ).to(device)
41
 
42
  pipe.load_lora_weights(
43
- "2vXpSwA7/iroiro-lora",
44
  weight_name="qwen_lora/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16_dim1.safetensors"
45
  )
46
  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
 
 
40
  ).to(device)
41
 
42
  pipe.load_lora_weights(
43
+ "rahul7star/qwen-char-lora",
44
  weight_name="qwen_lora/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16_dim1.safetensors"
45
  )
46
  pipe.fuse_lora(lora_scale=1.0)
47
 
48
  pipe.load_lora_weights(
49
+ "rahul7star/qwen-char-lora",
50
+ weight_name="qwen_lora/qwen-multiple-angle.safetensors",
51
  )
52
  pipe.fuse_lora(lora_scale=1.0)
53