linoyts HF Staff commited on
Commit
a442327
·
verified ·
1 Parent(s): dab04f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ pipe = ZImagePipeline.from_pretrained(
11
  low_cpu_mem_usage=False,
12
  )
13
  pipe.load_lora_weights("bdsqlsz/qinglong_DetailedEyes_Z-Image", weight_name="qinglong_detailedeye_z-imageV2(comfy).safetensors", adapter_name="lora")
14
- pipe.set_adapters(["lora",], adapter_weights=[1.])
15
  pipe.fuse_lora(adapter_names=["lora"], lora_scale=1.)
16
  pipe.unload_lora_weights()
17
  pipe.to("cuda")
 
11
  low_cpu_mem_usage=False,
12
  )
13
  pipe.load_lora_weights("bdsqlsz/qinglong_DetailedEyes_Z-Image", weight_name="qinglong_detailedeye_z-imageV2(comfy).safetensors", adapter_name="lora")
14
+ pipe.set_adapters(["lora",], adapter_weights=[1.1])
15
  pipe.fuse_lora(adapter_names=["lora"], lora_scale=1.)
16
  pipe.unload_lora_weights()
17
  pipe.to("cuda")