allknowingroger
commited on
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 |
+
"Stelath/textual_inversion_comic_strip_fp16",
|
9 |
+
"Stelath/textual_inversion_comic_strip_test",
|
10 |
+
"ultabeauty/sdxl-v1.0-style-look1v2-hta-1500-nomkp-v2",
|
11 |
+
"TheLastBen/THE_FISH",
|
12 |
+
"TheLastBen/Mushroom_Cloud_XL",
|
13 |
+
"TheLastBen/Pikachu_SDXL",
|
14 |
+
"rishabh063/lora-trained-xl-monkey2",
|
15 |
+
"rishabh063/lora-trained-xl-owl",
|
16 |
+
"rishabh063/lora-trained-xl-monkey2",
|
17 |
]
|
18 |
|
19 |
|