Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -217,6 +217,22 @@ loras = [
|
|
| 217 |
"weights": "midjourney-mix.safetensors",
|
| 218 |
"trigger_word": "midjourney mix"
|
| 219 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
#-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
|
| 221 |
#0
|
| 222 |
{
|
|
|
|
| 217 |
"weights": "midjourney-mix.safetensors",
|
| 218 |
"trigger_word": "midjourney mix"
|
| 219 |
},
|
| 220 |
+
#anime-v1
|
| 221 |
+
{
|
| 222 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Animeo-v1-LoRA/resolve/main/images/A4.png",
|
| 223 |
+
"title": "Animeo Mix",
|
| 224 |
+
"repo": "strangerzonehf/Flux-Animeo-v1-LoRA",
|
| 225 |
+
"weights": "Animeo.safetensors",
|
| 226 |
+
"trigger_word": "Animeo"
|
| 227 |
+
},
|
| 228 |
+
#anime-v2
|
| 229 |
+
{
|
| 230 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Animex-v2-LoRA/resolve/main/images/A33.png",
|
| 231 |
+
"title": "Animex Mix",
|
| 232 |
+
"repo": "strangerzonehf/Flux-Animex-v2-LoRA",
|
| 233 |
+
"weights": "Animex.safetensors",
|
| 234 |
+
"trigger_word": "Animex"
|
| 235 |
+
},
|
| 236 |
#-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
|
| 237 |
#0
|
| 238 |
{
|