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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "black-forest-labs/FLUX.1-dev"
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)