Commit
·
5b422d4
1
Parent(s):
d8657db
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 |
+
"DmatryMakeev/ponteleich-v1-3500s",
|
9 |
+
"Gauri54damle/sdxl-model-safertensors-Mcuggets",
|
10 |
+
"DveloperY0115/single_chair_dreambooth",
|
11 |
+
"rbarcia/dogbooth",
|
12 |
+
"minimaxir/sdxl-ugly-sonic-lora",
|
13 |
+
"DveloperY0115/white_square_dreambooth",
|
14 |
+
"Yntec/MangledMerge3_768",
|
15 |
+
"GISY/sd1.5_15000_step_finetuning_dataset_lora",
|
16 |
+
"digiplay/OnlyReal-Black-Mix",
|
17 |
+
"LinoyTsaban/lora-trained-xl-colab-person-0.0001-1000",
|
18 |
]
|
19 |
|
20 |
|