AlekseyCalvin commited on
Commit
fe3b93b
1 Parent(s): d8a7803

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 = "AlekseyCalvin/Mythstic_Color_Soonr_Flux"
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 = "ostris/OpenFLUX.1"
18
  pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
19
 
20
  MAX_SEED = 2**32-1