Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -250,6 +250,14 @@ loras = [
|
|
| 250 |
"weights": "333-Pro.safetensors",
|
| 251 |
"trigger_word": "333 Pro Sketch"
|
| 252 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 253 |
]
|
| 254 |
|
| 255 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|
|
|
|
| 250 |
"weights": "333-Pro.safetensors",
|
| 251 |
"trigger_word": "333 Pro Sketch"
|
| 252 |
},
|
| 253 |
+
#7
|
| 254 |
+
{
|
| 255 |
+
"image": "https://huggingface.co/strangerzonehf/BnW-Expressions-Flux/resolve/main/images/111.png",
|
| 256 |
+
"title": "BnW Expressions",
|
| 257 |
+
"repo": "strangerzonehf/BnW-Expressions-Flux",
|
| 258 |
+
"weights": "BnW-Expressions.safetensors",
|
| 259 |
+
"trigger_word": "BnW Expressions"
|
| 260 |
+
},
|
| 261 |
]
|
| 262 |
|
| 263 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|