AlekseyCalvin commited on
Commit
4e8a887
1 Parent(s): 3b79c65

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