allknowingroger
commited on
Commit
•
1a8c995
1
Parent(s):
b5d39a3
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,15 @@ 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 |
+
"matteo1997/5_images_dreambooth_lora_step1000",
|
9 |
+
"matteo1997/20_images_dreambooth_lora_step1000",
|
10 |
+
"matteo1997/10_images_dreambooth_lora_step1000",
|
11 |
+
"KreigerNadir/LavLora",
|
12 |
+
"Blib-la/max_und_moritz_wilhelm_busch_lora_sdxl",
|
13 |
+
"nived2/output_dir",
|
14 |
+
"Blib-la/honore_daumier_lora_sdxl",
|
15 |
+
"nived2/3d-icon-sdxl-lora",
|
16 |
+
"MuhammadHamzaAhmed/Signalytic_Style_SDXL",
|
17 |
]
|
18 |
|
19 |
|