Commit
·
ee0409b
1
Parent(s):
37468dc
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,16 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
|
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Yacong/cloth1-lora-trained-xl",
|
9 |
+
"ai-characters/DarkAndDarker-Style-SDXL",
|
10 |
+
"jpull/troy",
|
11 |
+
"moonlightnexus/wonder-anime",
|
12 |
+
"armstrongrichi/sdxl_picarmstrongrichi",
|
13 |
+
"oloflindh/aa-area-patchwork-blue",
|
14 |
+
"jasvant27/my-tiger",
|
15 |
+
"naresh1107/hitman",
|
16 |
+
"rurulemon/lora-trained-xl-colab",
|
17 |
+
"Yntec/ClassicEra",
|
18 |
]
|
19 |
|
20 |
|