Spaces:
Sleeping
Sleeping
Commit
·
bccdfd9
1
Parent(s):
e47355b
Update app.py
Browse files
app.py
CHANGED
@@ -5,17 +5,18 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
|
|
19 |
]
|
20 |
|
21 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Albert-J/a-black-cat",
|
9 |
+
"Albe-njupt/sd-gesang_flowers-lora",
|
10 |
+
"Hekenye/lora-trained-xl-with-prior-loss",
|
11 |
+
"cuixing/textual_inversion_object_style",
|
12 |
+
"Hekenye/lora-trained-xl",
|
13 |
+
"sayakpaul/lora-trained-xl-colab",
|
14 |
+
"Pixel390/TORTOISE",
|
15 |
+
"FFusion/FFusionXL-BASE",
|
16 |
+
"roca2357/output",
|
17 |
+
"Brucee/caileedb",
|
18 |
+
"sshh12/sdxl-lora-pokemon",
|
19 |
+
"Albert-J/bct",
|
20 |
]
|
21 |
|
22 |
|