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 |
-
"taki0112/lora-trained-
|
14 |
-
"taki0112/lora-trained-
|
15 |
-
"
|
16 |
-
"
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"olli95/corgy_dog_LoRA",
|
9 |
+
"howaboutyu/corgy_dog_LoRA",
|
10 |
+
"dyngnosis/corgy_dad_LoRA",
|
11 |
+
"ultabeauty/sdxl-v1.0-style-look1-lora-hta-500",
|
12 |
+
"taki0112/lora-trained-xl_anime_split",
|
13 |
+
"taki0112/lora-trained-xl_craft-clay_split",
|
14 |
+
"taki0112/lora-trained-xl_line-art_split",
|
15 |
+
"taki0112/lora-trained-xl_low-poly_split",
|
16 |
+
"taki0112/lora-trained-xl_photo_split",
|
17 |
]
|
18 |
|
19 |
|