Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -109,8 +109,8 @@ pipe.load_lora_weights("tarn59/apply_texture_qwen_image_edit_2509",
|
|
| 109 |
weight_name="apply_texture_v2_qwen_image_edit_2509.safetensors",
|
| 110 |
adapter_name="texture")
|
| 111 |
|
| 112 |
-
pipe.load_lora_weights("
|
| 113 |
-
weight_name="
|
| 114 |
adapter_name="fusion")
|
| 115 |
|
| 116 |
pipe.load_lora_weights("ostris/qwen_image_edit_2509_shirt_design",
|
|
|
|
| 109 |
weight_name="apply_texture_v2_qwen_image_edit_2509.safetensors",
|
| 110 |
adapter_name="texture")
|
| 111 |
|
| 112 |
+
pipe.load_lora_weights("ostris/qwen_image_edit_inpainting",
|
| 113 |
+
weight_name="qwen_image_edit_inpainting.safetensors",
|
| 114 |
adapter_name="fusion")
|
| 115 |
|
| 116 |
pipe.load_lora_weights("ostris/qwen_image_edit_2509_shirt_design",
|