rahul7star commited on
Commit
a6a8e1e
·
verified ·
1 Parent(s): c9886e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="NSFW/doggystyle_pov.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:
 
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: