Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -587,6 +587,46 @@ loras = [
|
|
| 587 |
"trigger_word": "Typography, ASCII Art"
|
| 588 |
},
|
| 589 |
#56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 590 |
#add--new LoRA Below ↓ - Before that Use(,)
|
| 591 |
]
|
| 592 |
|
|
|
|
| 587 |
"trigger_word": "Typography, ASCII Art"
|
| 588 |
},
|
| 589 |
#56
|
| 590 |
+
{
|
| 591 |
+
"image": "https://huggingface.co/mateo-19182/mosoco/resolve/main/samples/1725714834007__000002000_0.jpg",
|
| 592 |
+
"title": "Mosoco",
|
| 593 |
+
"repo": "mateo-19182/mosoco",
|
| 594 |
+
"weights": "mosoco.safetensors",
|
| 595 |
+
"trigger_word": "moscos0"
|
| 596 |
+
},
|
| 597 |
+
#57
|
| 598 |
+
{
|
| 599 |
+
"image": "https://huggingface.co/jakedahn/flux-latentpop/resolve/main/images/2.webp",
|
| 600 |
+
"title": "Latent Pop",
|
| 601 |
+
"repo": "jakedahn/flux-latentpop",
|
| 602 |
+
"weights": "lora.safetensors",
|
| 603 |
+
"trigger_word": "latentpop"
|
| 604 |
+
},
|
| 605 |
+
#58
|
| 606 |
+
{
|
| 607 |
+
"image": "https://huggingface.co/glif-loradex-trainer/ddickinson_dstyl3xl/resolve/main/samples/1728556571974__000001500_2.jpg",
|
| 608 |
+
"title": "Dstyl3xl",
|
| 609 |
+
"repo": "glif-loradex-trainer/ddickinson_dstyl3xl",
|
| 610 |
+
"weights": "dstyl3xl.safetensors",
|
| 611 |
+
"trigger_word": "in the style of dstyl3xl"
|
| 612 |
+
},
|
| 613 |
+
#59
|
| 614 |
+
{
|
| 615 |
+
"image": "https://huggingface.co/glif-loradex-trainer/ddickinson_dstyl3xl/resolve/main/samples/1728556571974__000001500_2.jpg",
|
| 616 |
+
"title": "Retouch FLux",
|
| 617 |
+
"repo": "TDN-M/RetouchFLux",
|
| 618 |
+
"weights": "TDNM_Retouch.safetensors",
|
| 619 |
+
"trigger_word": "luxury, enhance, hdr"
|
| 620 |
+
},
|
| 621 |
+
#60
|
| 622 |
+
{
|
| 623 |
+
"image": "https://huggingface.co/glif/anime-blockprint-style/resolve/main/images/glif-block-print-anime-flux-dev-araminta-k-lora-araminta-k-e35k8xqsrb8dtq2qcv4gsr3z.jpg",
|
| 624 |
+
"title": "Block Print",
|
| 625 |
+
"repo": "glif/anime-blockprint-style",
|
| 626 |
+
"weights": "bwmanga.safetensors",
|
| 627 |
+
"trigger_word": "blockprint style"
|
| 628 |
+
},
|
| 629 |
+
#61
|
| 630 |
#add--new LoRA Below ↓ - Before that Use(,)
|
| 631 |
]
|
| 632 |
|