ironjr commited on
Commit
51d0e59
1 Parent(s): 516cc24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -99,7 +99,8 @@ device = f'cuda:{opt.device}' if opt.device >= 0 else 'cpu'
99
  if opt.model is None:
100
  # opt.model = 'cagliostrolab/animagine-xl-3.1'
101
  # opt.model = 'ironjr/BlazingDriveV11m'
102
- opt.model = 'KBlueLeaf/kohaku-v2.1'
 
103
  else:
104
  if opt.model.endswith('.safetensors'):
105
  opt.model = os.path.abspath(os.path.join('checkpoints', opt.model))
 
99
  if opt.model is None:
100
  # opt.model = 'cagliostrolab/animagine-xl-3.1'
101
  # opt.model = 'ironjr/BlazingDriveV11m'
102
+ # opt.model = 'KBlueLeaf/kohaku-v2.1'
103
+ opt.model = 'https://huggingface.co/ironjr/BlazingDriveV13md/raw/main/blazingDrive_V13md.safetensors'
104
  else:
105
  if opt.model.endswith('.safetensors'):
106
  opt.model = os.path.abspath(os.path.join('checkpoints', opt.model))