vcollos commited on
Commit
f22db38
·
verified ·
1 Parent(s): b81b137

checkpoint novo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ loras = [
248
  use_auth_token=True
249
  dtype = torch.bfloat16
250
  device = "cuda" if torch.cuda.is_available() else "cpu"
251
- base_model = "SG161222/Verus_Vision_1.0b
252
 
253
 
254
  taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=dtype).to(device)
 
248
  use_auth_token=True
249
  dtype = torch.bfloat16
250
  device = "cuda" if torch.cuda.is_available() else "cpu"
251
+ base_model = "SG161222/Verus_Vision_1.0b"
252
 
253
 
254
  taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=dtype).to(device)