Spaces:
Sleeping
Sleeping
allknowingroger
commited on
Commit
•
7035b47
1
Parent(s):
101a7a9
Update app.py
Browse files
app.py
CHANGED
@@ -5,14 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"rulrul512/path-to-save-model",
|
9 |
"Yntec/Noosphere_v3_CVAE",
|
|
|
10 |
"vic-yes/fast-efmediastyle-class",
|
11 |
-
"zhyemmmm/PastelMix",
|
12 |
"georgeNakayama/textual_inversion_scnnt_710",
|
13 |
"digiplay/whatamix_v1",
|
14 |
"Yntec/RealRainbows",
|
15 |
-
"
|
|
|
|
|
16 |
]
|
17 |
|
18 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
8 |
"Yntec/Noosphere_v3_CVAE",
|
9 |
+
"dpwm/lora-trained-xl-2",
|
10 |
"vic-yes/fast-efmediastyle-class",
|
|
|
11 |
"georgeNakayama/textual_inversion_scnnt_710",
|
12 |
"digiplay/whatamix_v1",
|
13 |
"Yntec/RealRainbows",
|
14 |
+
"Yntec/yabalMixTrue25D_v2_VAE",
|
15 |
+
"arham061/arham-lora",
|
16 |
+
"TheUpperCaseGuy/finetune-lora-stable-diffusion",
|
17 |
]
|
18 |
|
19 |
|