Spaces:
Runtime error
Runtime error
Commit
·
53bc149
1
Parent(s):
d11bbe6
Update app.py
Browse files
app.py
CHANGED
@@ -5,17 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"Norod78/SDXL-Caricaturized-Lora",
|
18 |
-
"rowenac/vintagechinesecomics",
|
19 |
]
|
20 |
|
21 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"DamarJati/melaura-v1",
|
9 |
+
"anupamtripathi/model_sd2_new_data",
|
10 |
+
"mikeogezi/textual_inversion_right",
|
11 |
+
"amanastel/astel",
|
12 |
+
"Gutter23/welding_crack",
|
13 |
+
"jejel/dreambooth_mrabdel_sdxl",
|
14 |
+
"Yntec/lametta",
|
15 |
+
"joachimsallstrom/aether-cloud-lora-for-sdxl",
|
16 |
+
"tensor-diffusion/melaura-v1-0",
|
|
|
|
|
17 |
]
|
18 |
|
19 |
|