Spaces:
Sleeping
Sleeping
Commit
·
e2115be
1
Parent(s):
e3e6705
Update app.py
Browse files
app.py
CHANGED
@@ -5,19 +5,19 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"digiplay/
|
18 |
-
"digiplay/
|
19 |
-
"digiplay/
|
20 |
-
|
21 |
]
|
22 |
|
23 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"MarsWhat/text-inversion-model",
|
9 |
+
"badmonk/reikx",
|
10 |
+
"lodestones/P.A.W.F.E.C.T-Alpha",
|
11 |
+
"BAAI/AltDiffusion",
|
12 |
+
"runwayml/stable-diffusion-v1-5",
|
13 |
+
"tungdop2/tungdop2-pokemon-lora",
|
14 |
+
"WT-MM/Mei",
|
15 |
+
"digiplay/ChikMix_V3",
|
16 |
+
"digiplay/PeachMixsRelistic_R0",
|
17 |
+
"digiplay/fantasticmix_v40_test",
|
18 |
+
"digiplay/RealCartoon3D_F16full_v3.1",
|
19 |
+
"digiplay/ShampooMix_4",
|
20 |
+
|
21 |
]
|
22 |
|
23 |
|