Commit
·
9365621
1
Parent(s):
0a1940c
Update app.py
Browse files
app.py
CHANGED
@@ -5,16 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"goofyai/Leonardo_Ai_Style_Illustration",
|
18 |
]
|
19 |
|
20 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Linaqruf/pastel-anime-xl-lora",
|
9 |
+
"chillpixel/blacklight-makeup-sdxl-lora",
|
10 |
+
"Siyu0329/output",
|
11 |
+
"ravennakev/dogbooth",
|
12 |
+
"EliKet/sdxl_2",
|
13 |
+
"frizner/dfrizner-model",
|
14 |
+
"stephanebhiri/lora-trained-xl-colab-stp27",
|
15 |
+
"LinoyTsaban/lora-xl-dog-0.0001-500-1-deafult",
|
16 |
+
"enod/lora-trained-xl",
|
|
|
17 |
]
|
18 |
|
19 |
|