John6666 commited on
Commit
efd9993
1 Parent(s): b397bfd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ with open('loras.json', 'r') as f:
15
 
16
  # Initialize the base model
17
  models = ["camenduru/FLUX.1-dev-diffusers", "black-forest-labs/FLUX.1-schnell",
18
- "sayakpaul/FLUX.1-merged", "John6666/blue-pencil-flux1-v001-fp8-flux"]
 
19
  base_model = models[0]
20
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
21
 
 
15
 
16
  # Initialize the base model
17
  models = ["camenduru/FLUX.1-dev-diffusers", "black-forest-labs/FLUX.1-schnell",
18
+ "sayakpaul/FLUX.1-merged", "John6666/blue-pencil-flux1-v001-fp8-flux",
19
+ "John6666/fluxunchained-artfulnsfw-fut516xfp8e4m3fnv11-fp8-flux", "John6666/nepotism-fuxdevschnell-v3aio-flux"]
20
  base_model = models[0]
21
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
22