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 |
#0
|
198 |
{
|
199 |
"image": "https://huggingface.co/strangerzonehf/Gem-Touch-LoRA-Flux/resolve/main/images/333.png",
|
@@ -282,6 +290,24 @@ loras = [
|
|
282 |
"weights": "Cardboard-v2.safetensors",
|
283 |
"trigger_word": "Cardboard v2"
|
284 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
]
|
286 |
|
287 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|
|
|
194 |
|
195 |
#------------------------------------------------------------------------------------------------------------------------------------------------------------#
|
196 |
loras = [
|
197 |
+
#Icon
|
198 |
+
{
|
199 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Icon-Kit-LoRA/resolve/main/images/1.png",
|
200 |
+
"title": "Icon Kit",
|
201 |
+
"repo": "strangerzonehf/Flux-Icon-Kit-LoRA",
|
202 |
+
"weights": "Icon-Kit.safetensors",
|
203 |
+
"trigger_word": "Icon Kit"
|
204 |
+
},
|
205 |
#0
|
206 |
{
|
207 |
"image": "https://huggingface.co/strangerzonehf/Gem-Touch-LoRA-Flux/resolve/main/images/333.png",
|
|
|
290 |
"weights": "Cardboard-v2.safetensors",
|
291 |
"trigger_word": "Cardboard v2"
|
292 |
},
|
293 |
+
#11
|
294 |
+
{
|
295 |
+
"image": "https://huggingface.co/strangerzonehf/Qx-Art/resolve/main/images/2.png",
|
296 |
+
"title": "Qx Art",
|
297 |
+
"repo": "strangerzonehf/Qx-Art",
|
298 |
+
"weights": "Qx-Art.safetensors",
|
299 |
+
"trigger_word": "Qx-Art"
|
300 |
+
},
|
301 |
+
#12
|
302 |
+
{
|
303 |
+
"image": "https://huggingface.co/strangerzonehf/Realism-H6-Flux/resolve/main/images/3333.png",
|
304 |
+
"title": "Realism H6 Flux",
|
305 |
+
"repo": "strangerzonehf/Realism-H6-Flux",
|
306 |
+
"weights": "Realism H6.safetensors",
|
307 |
+
"trigger_word": "Realism H6"
|
308 |
+
},
|
309 |
+
|
310 |
+
|
311 |
]
|
312 |
|
313 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|