Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -194,6 +194,14 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
194 |
|
195 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
196 |
loras = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
#Icon
|
198 |
{
|
199 |
"image": "https://huggingface.co/strangerzonehf/Flux-Icon-Kit-LoRA/resolve/main/images/1.png",
|
@@ -354,6 +362,47 @@ loras = [
|
|
354 |
"weights": "Automotive-X1.safetensors",
|
355 |
"trigger_word": "Automotive X1"
|
356 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
357 |
]
|
358 |
|
359 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|
|
|
194 |
|
195 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
196 |
loras = [
|
197 |
+
#Claymation
|
198 |
+
{
|
199 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Claymation-XC-LoRA/resolve/main/images/4.png",
|
200 |
+
"title": "Claymation XC",
|
201 |
+
"repo": "strangerzonehf/Flux-Claymation-XC-LoRA",
|
202 |
+
"weights": "Claymation.safetensors",
|
203 |
+
"trigger_word": "Claymation"
|
204 |
+
},
|
205 |
#Icon
|
206 |
{
|
207 |
"image": "https://huggingface.co/strangerzonehf/Flux-Icon-Kit-LoRA/resolve/main/images/1.png",
|
|
|
362 |
"weights": "Automotive-X1.safetensors",
|
363 |
"trigger_word": "Automotive X1"
|
364 |
},
|
365 |
+
#19
|
366 |
+
{
|
367 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-3DXL-Partfile-0001/resolve/main/images/4.png",
|
368 |
+
"title": "3DXLP1",
|
369 |
+
"repo": "strangerzonehf/Flux-3DXL-Partfile-0001",
|
370 |
+
"weights": "3DXLP1.safetensors",
|
371 |
+
"trigger_word": "3DXLP1"
|
372 |
+
},
|
373 |
+
#20
|
374 |
+
{
|
375 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-3DXL-Partfile-0002/resolve/main/images/44.png",
|
376 |
+
"title": "3DXLP2",
|
377 |
+
"repo": "strangerzonehf/Flux-3DXL-Partfile-0002",
|
378 |
+
"weights": "3DXLP2.safetensors",
|
379 |
+
"trigger_word": "3DXLP2"
|
380 |
+
},
|
381 |
+
#21
|
382 |
+
{
|
383 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-3DXL-Partfile-0003/resolve/main/images/222.png",
|
384 |
+
"title": "3DXLP3",
|
385 |
+
"repo": "strangerzonehf/Flux-3DXL-Partfile-0003",
|
386 |
+
"weights": "3DXLP3.safetensors",
|
387 |
+
"trigger_word": "3DXLP3"
|
388 |
+
},
|
389 |
+
#22
|
390 |
+
{
|
391 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-3DXL-Partfile-0004/resolve/main/images/4444.png",
|
392 |
+
"title": "3DXLP4",
|
393 |
+
"repo": "strangerzonehf/Flux-3DXL-Partfile-0004",
|
394 |
+
"weights": "3DXLP4.safetensors",
|
395 |
+
"trigger_word": "3DXLP4"
|
396 |
+
},
|
397 |
+
#23
|
398 |
+
{
|
399 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Isometric-3D-Cinematography/resolve/main/images/IS1.png",
|
400 |
+
"title": "Isometric 3D",
|
401 |
+
"repo": "strangerzonehf/Flux-Isometric-3D-Cinematography",
|
402 |
+
"weights": "Isometric-3D-Cinematography.safetensors",
|
403 |
+
"trigger_word": "Isometric 3D Cinematography"
|
404 |
+
},
|
405 |
+
|
406 |
]
|
407 |
|
408 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|