allknowingroger
commited on
Commit
•
f8934ab
1
Parent(s):
e657ca6
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 |
+
"johnowhitaker/lora-sdxl-njstyle",
|
9 |
+
"afk2000/sd-am90-6-model-lora-sdxl",
|
10 |
+
"linhqyy/lora-trained-xl-itay-pp",
|
11 |
+
"nakkati/output_dreambooth_model",
|
12 |
+
"melaris/isabella2ai",
|
13 |
+
"Namoo/namu-stable-diffusion",
|
14 |
+
"Yntec/AnalogMadness4",
|
15 |
+
"winterest/bio_lora",
|
16 |
+
"DiogoXP/pxogoidplus",
|
17 |
]
|
18 |
|
19 |
|