AlekseyCalvin commited on
Commit
96be885
·
verified ·
1 Parent(s): 91d7c39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with open('loras.json', 'r') as f:
14
  loras = json.load(f)
15
 
16
  # Initialize the base model
17
- base_model = "ostris/OpenFLUX.1"
18
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
19
 
20
  MAX_SEED = 2**32-1
 
14
  loras = json.load(f)
15
 
16
  # Initialize the base model
17
+ base_model = "John6666/real-flux-10b-schnell-fp8-flux"
18
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
19
 
20
  MAX_SEED = 2**32-1