Spaces:
Running
on
Zero
Running
on
Zero
Merge branch #prithivMLmods/FLUX-LoRA-DLC' into 'vyloup/FLUX-LoRA-DLC'
Browse files
app.py
CHANGED
@@ -236,6 +236,35 @@ loras = [
|
|
236 |
"weights": "Super-Blend.safetensors",
|
237 |
"trigger_word": "Super Blend"
|
238 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
#-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
|
240 |
#0
|
241 |
{
|
@@ -1955,6 +1984,30 @@ loras = [
|
|
1955 |
"repo": "strangerzonehf/Flux-Super-Capybara-HF",
|
1956 |
"weights": "capybara-hf.safetensors",
|
1957 |
"trigger_word": "capybara hf"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1958 |
}
|
1959 |
#add new
|
1960 |
]
|
|
|
236 |
"weights": "Super-Blend.safetensors",
|
237 |
"trigger_word": "Super Blend"
|
238 |
},
|
239 |
+
{
|
240 |
+
"image": "https://huggingface.co/prithivMLmods/Flux-Long-Toon-LoRA/resolve/main/images/LT5.png",
|
241 |
+
"title": "Long Toons",
|
242 |
+
"repo": "prithivMLmods/Flux-Long-Toon-LoRA",
|
243 |
+
"weights": "Long-Toon.safetensors",
|
244 |
+
"trigger_word": "Long toons"
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Isometric-3D-Cinematography/resolve/main/images/IS1.png",
|
248 |
+
"title": "Isometric 3D Cinematography",
|
249 |
+
"repo": "strangerzonehf/Flux-Isometric-3D-Cinematography",
|
250 |
+
"weights": "Isometric-3D-Cinematography.safetensors",
|
251 |
+
"trigger_word": "Isometric 3D Cinematography"
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Cute-3D-Kawaii-LoRA/resolve/main/images/CK3.png",
|
255 |
+
"title": "Cute 3D Kawaii",
|
256 |
+
"repo": "strangerzonehf/Flux-Cute-3D-Kawaii-LoRA",
|
257 |
+
"weights": "Cute-3d-Kawaii.safetensors",
|
258 |
+
"trigger_word": "Cute 3d Kawaii"
|
259 |
+
},
|
260 |
+
|
261 |
+
{
|
262 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Isometric-3D-LoRA/resolve/main/images/ID2.png",
|
263 |
+
"title": "Isometric 3D",
|
264 |
+
"repo": "strangerzonehf/Flux-Isometric-3D-LoRA",
|
265 |
+
"weights": "Isometric-3D.safetensors",
|
266 |
+
"trigger_word": "Isometric 3D"
|
267 |
+
},
|
268 |
#-----------------------------------------------------------------------------------LoRA's----------------------------------------------------------------------#
|
269 |
#0
|
270 |
{
|
|
|
1984 |
"repo": "strangerzonehf/Flux-Super-Capybara-HF",
|
1985 |
"weights": "capybara-hf.safetensors",
|
1986 |
"trigger_word": "capybara hf"
|
1987 |
+
},
|
1988 |
+
#219
|
1989 |
+
{
|
1990 |
+
"image": "https://huggingface.co/prithivMLmods/Flux-Fine-Detail-LoRA/resolve/main/images/SR1.png",
|
1991 |
+
"title": "Fine Detail",
|
1992 |
+
"repo": "prithivMLmods/Flux-Fine-Detail-LoRA",
|
1993 |
+
"weights": "Fine-Detail.safetensors",
|
1994 |
+
"trigger_word": "Super Detail"
|
1995 |
+
},
|
1996 |
+
#220
|
1997 |
+
{
|
1998 |
+
"image": "https://huggingface.co/gokaygokay/Flux-Digital-Backgrounds-LoRA/resolve/main/images/image1.jpg",
|
1999 |
+
"title": "Digital Backgrounds",
|
2000 |
+
"repo": "gokaygokay/Flux-Digital-Backgrounds-LoRA",
|
2001 |
+
"weights": "digital_background_lora.safetensors",
|
2002 |
+
"trigger_word": "dgtlbg"
|
2003 |
+
},
|
2004 |
+
#221
|
2005 |
+
{
|
2006 |
+
"image": "https://huggingface.co/gokaygokay/Flux-Realistic-Backgrounds-LoRA/resolve/main/images/image1.jpg",
|
2007 |
+
"title": "Realistic Backgrounds",
|
2008 |
+
"repo": "gokaygokay/Flux-Realistic-Backgrounds-LoRA",
|
2009 |
+
"weights": "realistic_background_lora.safetensors",
|
2010 |
+
"trigger_word": "rlstcbg"
|
2011 |
}
|
2012 |
#add new
|
2013 |
]
|