Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ loras = [
|
|
207 |
#Super-Realism
|
208 |
{
|
209 |
"image": "https://huggingface.co/vcollos/VitorCollos/resolve/main/images/IMG_0047.WEBP",
|
210 |
-
"title": "Vitor
|
211 |
"repo": "vcollos/VitorCollos",
|
212 |
"weights": "Vitor.safetensors",
|
213 |
"trigger_word": "Vitor"
|
@@ -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 = "
|
252 |
|
253 |
|
254 |
taef1 = AutoencoderTiny.from_pretrained("madebyollin/taef1", torch_dtype=dtype).to(device)
|
|
|
207 |
#Super-Realism
|
208 |
{
|
209 |
"image": "https://huggingface.co/vcollos/VitorCollos/resolve/main/images/IMG_0047.WEBP",
|
210 |
+
"title": "Vitor"
|
211 |
"repo": "vcollos/VitorCollos",
|
212 |
"weights": "Vitor.safetensors",
|
213 |
"trigger_word": "Vitor"
|
|
|
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)
|