Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,14 +209,6 @@ loras = [
|
|
| 209 |
"weights": "dalle-mix.safetensors",
|
| 210 |
"trigger_word": "dalle-mix"
|
| 211 |
},
|
| 212 |
-
#Midjourney-mix
|
| 213 |
-
{
|
| 214 |
-
"image": "https://huggingface.co/strangerzonehf/Flux-Midjourney-Mix-LoRA/resolve/main/images/mj10.png",
|
| 215 |
-
"title": "Midjourney Mix",
|
| 216 |
-
"repo": "strangerzonehf/Flux-Midjourney-Mix-LoRA",
|
| 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",
|
|
@@ -1813,6 +1805,14 @@ loras = [
|
|
| 1813 |
"repo": "glif-loradex-trainer/an303042_RisographPrint_v1",
|
| 1814 |
"weights": "RisographPrint_v1.safetensors",
|
| 1815 |
"trigger_word": "rsgrf , risograph"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1816 |
}
|
| 1817 |
#add new
|
| 1818 |
]
|
|
|
|
| 209 |
"weights": "dalle-mix.safetensors",
|
| 210 |
"trigger_word": "dalle-mix"
|
| 211 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
#anime-v1
|
| 213 |
{
|
| 214 |
"image": "https://huggingface.co/strangerzonehf/Flux-Animeo-v1-LoRA/resolve/main/images/A4.png",
|
|
|
|
| 1805 |
"repo": "glif-loradex-trainer/an303042_RisographPrint_v1",
|
| 1806 |
"weights": "RisographPrint_v1.safetensors",
|
| 1807 |
"trigger_word": "rsgrf , risograph"
|
| 1808 |
+
},
|
| 1809 |
+
#201
|
| 1810 |
+
{
|
| 1811 |
+
"image": "https://huggingface.co/glif/Gesture-Draw/resolve/main/images/cf8697fb-d6b4-4684-8a1d-82beb9d266ed.jpg",
|
| 1812 |
+
"title": "Gesture Draw",
|
| 1813 |
+
"repo": "glif/Gesture-Draw",
|
| 1814 |
+
"weights": "Gesture_Draw_v1.safetensors",
|
| 1815 |
+
"trigger_word": "gstdrw style"
|
| 1816 |
}
|
| 1817 |
#add new
|
| 1818 |
]
|