Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -474,6 +474,46 @@ loras = [
|
|
| 474 |
"weights": "3DXLP6.safetensors",
|
| 475 |
"trigger_word": "3DXLP6"
|
| 476 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 477 |
]
|
| 478 |
|
| 479 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|
|
|
|
| 474 |
"weights": "3DXLP6.safetensors",
|
| 475 |
"trigger_word": "3DXLP6"
|
| 476 |
},
|
| 477 |
+
#36
|
| 478 |
+
{
|
| 479 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-3DXL-Garment-Mannequin/resolve/main/images/2.png",
|
| 480 |
+
"title": "Garment Mannequin",
|
| 481 |
+
"repo": "strangerzonehf/Flux-3DXL-Garment-Mannequin",
|
| 482 |
+
"weights": "3DXL-Mannequin.safetensors",
|
| 483 |
+
"trigger_word": "3DXL Mannequin"
|
| 484 |
+
},
|
| 485 |
+
#37
|
| 486 |
+
{
|
| 487 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Xmas-3D-LoRA/resolve/main/images/3.png",
|
| 488 |
+
"title": "Xmas 3D",
|
| 489 |
+
"repo": "strangerzonehf/Flux-Xmas-3D-LoRA",
|
| 490 |
+
"weights": "Flux-Xmas-3D-LoRA.safetensors",
|
| 491 |
+
"trigger_word": "Xmas 3D"
|
| 492 |
+
},
|
| 493 |
+
#38
|
| 494 |
+
{
|
| 495 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Xmas-Chocolate-LoRA/resolve/main/images/2.png",
|
| 496 |
+
"title": "Xmas Chocolate",
|
| 497 |
+
"repo": "strangerzonehf/Flux-Xmas-Chocolate-LoRA",
|
| 498 |
+
"weights": "Flux-Xmas-Chocolate.safetensors",
|
| 499 |
+
"trigger_word": "Xmas Chocolate"
|
| 500 |
+
},
|
| 501 |
+
#39
|
| 502 |
+
{
|
| 503 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Xmas-Isometric-Kit-LoRA/resolve/main/images/4.png",
|
| 504 |
+
"title": "Xmas Isometric Kit",
|
| 505 |
+
"repo": "strangerzonehf/Flux-Xmas-Isometric-Kit-LoRA",
|
| 506 |
+
"weights": "Xmas-Isometric-Kit.safetensors",
|
| 507 |
+
"trigger_word": "Xmas Isometric Kit"
|
| 508 |
+
},
|
| 509 |
+
#40
|
| 510 |
+
{
|
| 511 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Isometric-Site-LoRA/resolve/main/images/1.png",
|
| 512 |
+
"title": "Flux Isometric Site",
|
| 513 |
+
"repo": "strangerzonehf/Flux-Isometric-Site-LoRA",
|
| 514 |
+
"weights": "Isometric-Building.safetensors",
|
| 515 |
+
"trigger_word": "Isometric Building"
|
| 516 |
+
},
|
| 517 |
]
|
| 518 |
|
| 519 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|