Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,6 +211,22 @@ loras = [
|
|
| 211 |
"trigger_word": ""
|
| 212 |
},
|
| 213 |
#3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 214 |
{
|
| 215 |
"image": "https://huggingface.co/strangerzonehf/Flux-Ultimate-LoRA-Collection/resolve/main/images/image2.png",
|
| 216 |
"title": "AWPortraitCN",
|
|
@@ -218,6 +234,14 @@ loras = [
|
|
| 218 |
"weights": "AWPortraitCN.safetensors",
|
| 219 |
"trigger_word": ""
|
| 220 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
]
|
| 222 |
|
| 223 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|
|
|
|
| 211 |
"trigger_word": ""
|
| 212 |
},
|
| 213 |
#3
|
| 214 |
+
{
|
| 215 |
+
"image": "https://huggingface.co/strangerzonehf/3d-Station-Toon/resolve/main/images/5555.png",
|
| 216 |
+
"title": "3d Station Toon",
|
| 217 |
+
"repo": "strangerzonehf/3d-Station-Toon",
|
| 218 |
+
"weights": "3d station toon.safetensors",
|
| 219 |
+
"trigger_word": "3d station toon"
|
| 220 |
+
},
|
| 221 |
+
#4
|
| 222 |
+
{
|
| 223 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Master-Claymation/resolve/main/images/6.png",
|
| 224 |
+
"title": "Master Claymation",
|
| 225 |
+
"repo": "strangerzonehf/Flux-Master-Claymation",
|
| 226 |
+
"weights": "Master-Claymation.safetensors",
|
| 227 |
+
"trigger_word": "Master Claymation"
|
| 228 |
+
},
|
| 229 |
+
#5
|
| 230 |
{
|
| 231 |
"image": "https://huggingface.co/strangerzonehf/Flux-Ultimate-LoRA-Collection/resolve/main/images/image2.png",
|
| 232 |
"title": "AWPortraitCN",
|
|
|
|
| 234 |
"weights": "AWPortraitCN.safetensors",
|
| 235 |
"trigger_word": ""
|
| 236 |
},
|
| 237 |
+
#6
|
| 238 |
+
{
|
| 239 |
+
"image": "https://huggingface.co/strangerzonehf/333-PRO/resolve/main/images/111.png",
|
| 240 |
+
"title": "333 PRO",
|
| 241 |
+
"repo": "strangerzonehf/333-PRO",
|
| 242 |
+
"weights": "333-Pro.safetensors",
|
| 243 |
+
"trigger_word": "333 Pro Sketch"
|
| 244 |
+
},
|
| 245 |
]
|
| 246 |
|
| 247 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|