GiorgioV commited on
Commit
bbfba3e
·
verified ·
1 Parent(s): 93d1422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ pipe.load_lora_weights(
66
  adapter_name="lightx2v"
67
  )
68
 
 
69
  kwargs_lora_h["load_into_transformer"] = True
70
  pipe.load_lora_weights(
71
  "GiorgioV/LoRA_for_WAN_22",
 
66
  adapter_name="lightx2v"
67
  )
68
 
69
+ kwargs_lora_h = {}
70
  kwargs_lora_h["load_into_transformer"] = True
71
  pipe.load_lora_weights(
72
  "GiorgioV/LoRA_for_WAN_22",