Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -461,8 +461,8 @@ try:
|
|
| 461 |
|
| 462 |
# default LoRA load (keeps your existing behaviour)
|
| 463 |
try:
|
| 464 |
-
|
| 465 |
-
pipe.load_lora_weights("bdsqlsz/qinglong_DetailedEyes_Z-Image", weight_name="qinglong_detailedeye_z-imageV2(comfy).safetensors", adapter_name="lora")
|
| 466 |
|
| 467 |
pipe.set_adapters(["lora",], adapter_weights=[1.])
|
| 468 |
#pipe.fuse_lora(adapter_names=["lora"], lora_scale=0.75)
|
|
|
|
| 461 |
|
| 462 |
# default LoRA load (keeps your existing behaviour)
|
| 463 |
try:
|
| 464 |
+
pipe.load_lora_weights("rahul7star/ZImageLora",weight_name="Anime/retro_neo_noir_style_z_image_turbo.safetensors", adapter_name="lora")
|
| 465 |
+
#pipe.load_lora_weights("bdsqlsz/qinglong_DetailedEyes_Z-Image", weight_name="qinglong_detailedeye_z-imageV2(comfy).safetensors", adapter_name="lora")
|
| 466 |
|
| 467 |
pipe.set_adapters(["lora",], adapter_weights=[1.])
|
| 468 |
#pipe.fuse_lora(adapter_names=["lora"], lora_scale=0.75)
|