Spaces:
Running
on
Zero
Running
on
Zero
Update app-quick.py
Browse files- 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 |
-
"
|
| 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 |
-
"
|
| 50 |
-
weight_name="
|
| 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 |
|