multimodalart HF Staff commited on
Commit
9573c1d
·
verified ·
1 Parent(s): bd9a42a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with open("flux_loras.json", "r") as file:
31
  "trigger_position": item.get("trigger_position", "prepend"),
32
  "weights": item.get("weights", "pytorch_lora_weights.safetensors"),
33
  "lora_type": item.get("lora_type", "flux"),
34
- "lora_scale_config": item.get("lora_scale", 0),
35
  "prompt_placeholder": item.get("prompt_placeholder", ""),
36
  }
37
  for item in data
 
31
  "trigger_position": item.get("trigger_position", "prepend"),
32
  "weights": item.get("weights", "pytorch_lora_weights.safetensors"),
33
  "lora_type": item.get("lora_type", "flux"),
34
+ "lora_scale_config": item.get("lora_scale", 1.5),
35
  "prompt_placeholder": item.get("prompt_placeholder", ""),
36
  }
37
  for item in data