NeoHaggis commited on
Commit
7d560e6
·
verified ·
1 Parent(s): c02586c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -90,15 +90,15 @@ pipe.load_lora_weights(
90
 
91
 
92
  pipe.load_lora_weights(
93
- "profpeng/wanlegupcutscenesex",
94
- weight_name="sid3l3g_transition_v2.0_H.safetensors",
95
  adapter_name="high_noise_lora1",
96
  token=os.environ.get("HF_TOKEN")
97
  )
98
  # 新增:加载你提供的low noise LoRA
99
  pipe.load_lora_weights(
100
- "profpeng/wanlegupcutscenesex",
101
- weight_name="sid3l3g_transition_v2.0_L.safetensors",
102
  adapter_name="low_noise_lora1",
103
  token=os.environ.get("HF_TOKEN"),
104
  load_into_transformer_2=True
 
90
 
91
 
92
  pipe.load_lora_weights(
93
+ "KGhaleon/POV_Miss",
94
+ weight_name="wan2.2_i2v_highnoise_pov_missionary_v1.0.safetensors",
95
  adapter_name="high_noise_lora1",
96
  token=os.environ.get("HF_TOKEN")
97
  )
98
  # 新增:加载你提供的low noise LoRA
99
  pipe.load_lora_weights(
100
+ "KGhaleon/POV_Miss",
101
+ weight_name="wan2.2_i2v_lownoise_pov_missionary_v1.0.safetensors",
102
  adapter_name="low_noise_lora1",
103
  token=os.environ.get("HF_TOKEN"),
104
  load_into_transformer_2=True