GiorgioV commited on
Commit
4cb90bf
·
verified ·
1 Parent(s): 3ae0888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ pipe.load_lora_weights(
72
 
73
  pipe.load_lora_weights(
74
  "GiorgioV/LoRA_for_WAN_22",
75
- weight_name="DR34ML4Y_I2V_14B_HIGH.safetensors",
76
  adapter_name="high_noise_lora",
77
  token=os.environ.get("HF_TOKEN")
78
  )
 
72
 
73
  pipe.load_lora_weights(
74
  "GiorgioV/LoRA_for_WAN_22",
75
+ weight_name="DR34ML4Y_I2V_14B_HIGH_V2.safetensors",
76
  adapter_name="high_noise_lora",
77
  token=os.environ.get("HF_TOKEN")
78
  )