Spaces:
Runtime error
Runtime error
allknowingroger
commited on
Commit
•
bee563a
1
Parent(s):
0c8aac3
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"KappaNeuro/
|
17 |
]
|
18 |
|
19 |
model_functions = {}
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"ottopilot/PriyaBelleXL",
|
9 |
+
"BluetechOfficial/more-artfull",
|
10 |
+
"jcjo/jsy-studio-sdxl-lora",
|
11 |
+
"alexionby/south_park_lora",
|
12 |
+
"sessex/tabi-0-LoRA",
|
13 |
+
"cosmicBboy/stable-diffusion-xl-base-1.0-lora-dreambooth-critdream-v0.1",
|
14 |
+
"ultabeauty/sdxl-v1.0-id-pola-http-2500-noselfie-pp-frixprompt-adv",
|
15 |
+
"ultabeauty/sdxl-v1.0-id-pola-http-1500-noselfie-frixprompt-adv",
|
16 |
+
"KappaNeuro/luc-schuiten-style",
|
17 |
]
|
18 |
|
19 |
model_functions = {}
|