allknowingroger
commited on
Commit
•
8101d68
1
Parent(s):
1a7ab98
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 |
+
"SaiCharan7829/my-pet-dog",
|
9 |
+
"shubhangkhare/stable-diffusion-xl-base-1.0-v1",
|
10 |
+
"DARNIX/dtr",
|
11 |
+
"artificialguybr/LineAniRedmond-LinearMangaSDXL-V2",
|
12 |
+
"flobbit/div0-tank-sdxl-lora",
|
13 |
+
"Yntec/Thriller",
|
14 |
+
"artificialguybr/LogoRedmond-LogoLoraForSDXL-V2",
|
15 |
+
"ssarae/dreambooth_pingu_ver",
|
16 |
+
"artificialguybr/analogredmond-v2",
|
17 |
]
|
18 |
|
19 |
|