Update app.py
Browse files
app.py
CHANGED
@@ -31,12 +31,12 @@ pipe.to("cuda")
|
|
31 |
lora_models = {
|
32 |
"AndroFlux": {
|
33 |
"repo": "vcollos/Nanda",
|
34 |
-
"weights": "
|
35 |
"trigger_word": "" # Sem trigger word específica
|
36 |
},
|
37 |
"vgnCollos": {
|
38 |
"repo": "vcollos/camila",
|
39 |
-
"weights": "
|
40 |
"trigger_word": "A photo of vgn,"
|
41 |
}
|
42 |
}
|
|
|
31 |
lora_models = {
|
32 |
"AndroFlux": {
|
33 |
"repo": "vcollos/Nanda",
|
34 |
+
"weights": "lora.safetensors",
|
35 |
"trigger_word": "" # Sem trigger word específica
|
36 |
},
|
37 |
"vgnCollos": {
|
38 |
"repo": "vcollos/camila",
|
39 |
+
"weights": "Camila.safetensors",
|
40 |
"trigger_word": "A photo of vgn,"
|
41 |
}
|
42 |
}
|