Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,8 @@ pipe.fuse_lora(adapter_names=["lightning"], lora_scale=1.0)
|
|
| 105 |
|
| 106 |
print("Loading Task Adapters...")
|
| 107 |
|
| 108 |
-
pipe.load_lora_weights("
|
| 109 |
-
weight_name="
|
| 110 |
adapter_name="texture")
|
| 111 |
|
| 112 |
pipe.load_lora_weights("ostris/qwen_image_edit_inpainting",
|
|
|
|
| 105 |
|
| 106 |
print("Loading Task Adapters...")
|
| 107 |
|
| 108 |
+
pipe.load_lora_weights("lovis93/next-scene-qwen-image-lora-2509",
|
| 109 |
+
weight_name="next-scene_lora-v2-3000.safetensors",
|
| 110 |
adapter_name="texture")
|
| 111 |
|
| 112 |
pipe.load_lora_weights("ostris/qwen_image_edit_inpainting",
|