Commit
·
579ad06
1
Parent(s):
4ce0ff2
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 |
+
"giannisdaras/sdxl_lora_100",
|
9 |
+
"charlottemmz/corgy_dog_LoRA",
|
10 |
+
"giannisdaras/sd-pokemon-model-lora-sdxl",
|
11 |
+
"anjith672/sksMan",
|
12 |
+
"Yntec/iffyMix",
|
13 |
+
"Yntec/Paragon",
|
14 |
+
"Yntec/SQUEE",
|
15 |
+
"Yntec/InfiniteLiberty",
|
16 |
+
"Yntec/BabeBae",
|
17 |
]
|
18 |
|
19 |
|