prithivMLmods commited on
Commit
5cf1e0f
·
verified ·
1 Parent(s): a189e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ pipe.load_lora_weights(
79
  )
80
  pipe.load_lora_weights(
81
  "linoyts/Flux2-Klein-Delight-LoRA",
82
- weight_name="pytorch_lora_weights_v2.safetensors",
83
  adapter_name="klein-delight"
84
  )
85
  print("All LoRA adapters loaded.")
 
79
  )
80
  pipe.load_lora_weights(
81
  "linoyts/Flux2-Klein-Delight-LoRA",
82
+ weight_name="pytorch_lora_weights.safetensors",
83
  adapter_name="klein-delight"
84
  )
85
  print("All LoRA adapters loaded.")