GiorgioV commited on
Commit
76a4272
·
verified ·
1 Parent(s): 72093d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ pipe.load_lora_weights(
104
 
105
  pipe.set_adapters(["lightx2v", "lightx2v_2",
106
  "high_noise_lora", "low_noise_lora",
107
- "high_noise_lora1", "low_noise_lora1"], adapter_weights=[1., 1., 0.3, 0.3, 0.8, 0.8])
108
  # 修改了lora_scale
109
  pipe.fuse_lora(adapter_names=["lightx2v", "high_noise_lora", "high_noise_lora1"], lora_scales=[3.0, 3.0, 3.0], components=["transformer"])
110
  # 修改了lora_scale
 
104
 
105
  pipe.set_adapters(["lightx2v", "lightx2v_2",
106
  "high_noise_lora", "low_noise_lora",
107
+ "high_noise_lora1", "low_noise_lora1"], adapter_weights=[1.5, 1., 1., 1., 1., 1.])
108
  # 修改了lora_scale
109
  pipe.fuse_lora(adapter_names=["lightx2v", "high_noise_lora", "high_noise_lora1"], lora_scales=[3.0, 3.0, 3.0], components=["transformer"])
110
  # 修改了lora_scale