rahul7star commited on
Commit
cafba80
·
verified ·
1 Parent(s): 6f15e7b

Update app-quick.py

Browse files
Files changed (1) hide show
  1. app-quick.py +6 -6
app-quick.py CHANGED
@@ -45,16 +45,16 @@ 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
-
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
 
 
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