Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -462,7 +462,7 @@ try:
|
|
| 462 |
# default LoRA load (keeps your existing behaviour)
|
| 463 |
try:
|
| 464 |
pipe.load_lora_weights("rahul7star/ZImageLora",
|
| 465 |
-
weight_name="
|
| 466 |
pipe.set_adapters(["lora",], adapter_weights=[1.])
|
| 467 |
pipe.fuse_lora(adapter_names=["lora"], lora_scale=0.75)
|
| 468 |
except Exception as _e:
|
|
|
|
| 462 |
# default LoRA load (keeps your existing behaviour)
|
| 463 |
try:
|
| 464 |
pipe.load_lora_weights("rahul7star/ZImageLora",
|
| 465 |
+
weight_name="Anime/retro_neo_noir_style_z_image_turbo.safetensors", adapter_name="lora")
|
| 466 |
pipe.set_adapters(["lora",], adapter_weights=[1.])
|
| 467 |
pipe.fuse_lora(adapter_names=["lora"], lora_scale=0.75)
|
| 468 |
except Exception as _e:
|