Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ pipe.load_lora_weights(
|
|
| 36 |
)
|
| 37 |
|
| 38 |
pipe.load_lora_weights("lightx2v/Qwen-Image-Lightning",
|
| 39 |
-
weight_name="Qwen-Image-Lightning-4steps-V2.0.safetensors", adapter_name="lightning")
|
| 40 |
pipe.set_adapters(["relight", "lightning"], adapter_weights=[1., 1.])
|
| 41 |
pipe.fuse_lora(adapter_names=["relight", "lightning"], lora_scale=1)
|
| 42 |
pipe.unload_lora_weights()
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
pipe.load_lora_weights("lightx2v/Qwen-Image-Lightning",
|
| 39 |
+
weight_name="Qwen-Image-Lightning-4steps-V2.0-bf16.safetensors", adapter_name="lightning")
|
| 40 |
pipe.set_adapters(["relight", "lightning"], adapter_weights=[1., 1.])
|
| 41 |
pipe.fuse_lora(adapter_names=["relight", "lightning"], lora_scale=1)
|
| 42 |
pipe.unload_lora_weights()
|