checkpoint novo
Browse files
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)
|