rahul7star commited on
Commit
eb28bf9
·
verified ·
1 Parent(s): d958da0

Update app-quick.py

Browse files
Files changed (1) hide show
  1. app-quick.py +8 -1
app-quick.py CHANGED
@@ -45,10 +45,17 @@ pipe.load_lora_weights(
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
 
54
  pipe.transformer.__class__ = QwenImageTransformer2DModel
 
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
+
53
  pipe.load_lora_weights(
54
  "rahul7star/qwen-char-lora",
55
+ weight_name="qwen_lora/removeclothing_qwen-edit.safetensors",
56
  )
57
+
58
+
59
  pipe.fuse_lora(lora_scale=1.0)
60
 
61
  pipe.transformer.__class__ = QwenImageTransformer2DModel