Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,6 +195,22 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
| 195 |
|
| 196 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
| 197 |
loras = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 198 |
#24
|
| 199 |
{
|
| 200 |
"image": "https://huggingface.co/strangerzonehf/Flux-Claymation-XC-LoRA/resolve/main/images/4.png",
|
|
@@ -235,22 +251,6 @@ loras = [
|
|
| 235 |
"weights": "cardboard# art.safetensors",
|
| 236 |
"trigger_word": "cardboard# art"
|
| 237 |
},
|
| 238 |
-
#53
|
| 239 |
-
{
|
| 240 |
-
"image": "https://huggingface.co/fofr/flux-condensation/resolve/main/images/example_crzf2b8xi.png",
|
| 241 |
-
"title": "Condensation",
|
| 242 |
-
"repo": "fofr/flux-condensation",
|
| 243 |
-
"weights": "lora.safetensors",
|
| 244 |
-
"trigger_word": "CONDENSATION"
|
| 245 |
-
},
|
| 246 |
-
#63
|
| 247 |
-
{
|
| 248 |
-
"image": "https://huggingface.co/Datou1111/flux-sincity-movie/resolve/main/images/img__00685_.png",
|
| 249 |
-
"title": "Sincity Movie",
|
| 250 |
-
"repo": "Datou1111/flux-sincity-movie",
|
| 251 |
-
"weights": "sincitymov.safetensors",
|
| 252 |
-
"trigger_word": "sincitymov"
|
| 253 |
-
},
|
| 254 |
#88
|
| 255 |
{
|
| 256 |
"image": "https://huggingface.co/strangerzonehf/Flux-Sketch-Sized-LoRA/resolve/main/images/8.png",
|
|
|
|
| 195 |
|
| 196 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
| 197 |
loras = [
|
| 198 |
+
#63
|
| 199 |
+
{
|
| 200 |
+
"image": "https://huggingface.co/Datou1111/flux-sincity-movie/resolve/main/images/img__00685_.png",
|
| 201 |
+
"title": "Sincity Movie",
|
| 202 |
+
"repo": "Datou1111/flux-sincity-movie",
|
| 203 |
+
"weights": "sincitymov.safetensors",
|
| 204 |
+
"trigger_word": "sincitymov"
|
| 205 |
+
},
|
| 206 |
+
#53
|
| 207 |
+
{
|
| 208 |
+
"image": "https://huggingface.co/fofr/flux-condensation/resolve/main/images/example_crzf2b8xi.png",
|
| 209 |
+
"title": "Condensation",
|
| 210 |
+
"repo": "fofr/flux-condensation",
|
| 211 |
+
"weights": "lora.safetensors",
|
| 212 |
+
"trigger_word": "CONDENSATION"
|
| 213 |
+
},
|
| 214 |
#24
|
| 215 |
{
|
| 216 |
"image": "https://huggingface.co/strangerzonehf/Flux-Claymation-XC-LoRA/resolve/main/images/4.png",
|
|
|
|
| 251 |
"weights": "cardboard# art.safetensors",
|
| 252 |
"trigger_word": "cardboard# art"
|
| 253 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 254 |
#88
|
| 255 |
{
|
| 256 |
"image": "https://huggingface.co/strangerzonehf/Flux-Sketch-Sized-LoRA/resolve/main/images/8.png",
|