Spaces:
Sleeping
Sleeping
Commit
·
a227532
1
Parent(s):
6fc695d
Update app.py
Browse files
app.py
CHANGED
@@ -5,21 +5,21 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
]
|
24 |
|
25 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Ryan-sjtu/lora-trained-xl",
|
9 |
+
"Ryan-sjtu/textual_inversion_cat",
|
10 |
+
"Ryzan/fantasy-diffusion-v0",
|
11 |
+
"Ryzan/fantasy-diffusion-v1",
|
12 |
+
"terrytengli/dreambooth-dog",
|
13 |
+
"digiplay/helloRealisticMan_v1.0beta",
|
14 |
+
"idlebg/easter-fusion",
|
15 |
+
"nftslayer21/moemi",
|
16 |
+
"Bobyu/fine_tuned",
|
17 |
+
"stablediffusionapi/hentaiflow-eevee",
|
18 |
+
"stablediffusionapi/urpm-eevee",
|
19 |
+
"stablediffusionapi/perfectdeliberate-ee",
|
20 |
+
"stablediffusionapi/hentaifloweevee",
|
21 |
+
"Yntec/Luma",
|
22 |
+
"Yntec/PeachMix3",
|
23 |
]
|
24 |
|
25 |
|