Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1992,6 +1992,23 @@ loras = [
|
|
| 1992 |
"repo": "prithivMLmods/Flux-Fine-Detail-LoRA",
|
| 1993 |
"weights": "Fine-Detail.safetensors",
|
| 1994 |
"trigger_word": "Super Detail"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1995 |
}
|
| 1996 |
#add new
|
| 1997 |
]
|
|
|
|
| 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 |
+
{
|
| 2007 |
+
"image": "https://huggingface.co/gokaygokay/Flux-Realistic-Backgrounds-LoRA/resolve/main/images/image1.jpg",
|
| 2008 |
+
"title": "Realistic Backgrounds",
|
| 2009 |
+
"repo": "gokaygokay/Flux-Realistic-Backgrounds-LoRA",
|
| 2010 |
+
"weights": "realistic_background_lora.safetensors",
|
| 2011 |
+
"trigger_word": "rlstcbg"
|
| 2012 |
}
|
| 2013 |
#add new
|
| 2014 |
]
|