Update app_allfile.py
Browse files- app_allfile.py +5 -5
app_allfile.py
CHANGED
|
@@ -116,11 +116,11 @@ pipe = QwenImageEditPlusPipeline.from_pretrained(
|
|
| 116 |
).to(device)
|
| 117 |
|
| 118 |
# Load LoRA weights
|
| 119 |
-
pipe.load_lora_weights(
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
)
|
| 123 |
-
pipe.fuse_lora(lora_scale=1.0)
|
| 124 |
|
| 125 |
pipe.load_lora_weights(
|
| 126 |
"rahul7star/qwen-char-lora",
|
|
|
|
| 116 |
).to(device)
|
| 117 |
|
| 118 |
# Load LoRA weights
|
| 119 |
+
# pipe.load_lora_weights(
|
| 120 |
+
# "2vXpSwA7/iroiro-lora",
|
| 121 |
+
# weight_name="qwen_lora/Qwen-Image-Edit-2509-Lightning-4steps-V1.0-bf16_dim1.safetensors"
|
| 122 |
+
# )
|
| 123 |
+
# pipe.fuse_lora(lora_scale=1.0)
|
| 124 |
|
| 125 |
pipe.load_lora_weights(
|
| 126 |
"rahul7star/qwen-char-lora",
|