linoyts HF Staff commited on
Commit
db8e7fd
·
verified ·
1 Parent(s): aaa7343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ pipe = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev
20
 
21
  # Load LoRA data (you'll need to create this JSON file or modify to load your LoRAs)
22
 
23
- with open("flux_loras-v2.json", "r") as file:
24
  data = json.load(file)
25
  flux_loras_raw = [
26
  {
 
20
 
21
  # Load LoRA data (you'll need to create this JSON file or modify to load your LoRAs)
22
 
23
+ with open("flux_loras.json", "r") as file:
24
  data = json.load(file)
25
  flux_loras_raw = [
26
  {