Spaces:
Sleeping
Sleeping
allknowingroger
commited on
Commit
•
3315d12
1
Parent(s):
2a9f09a
Update app.py
Browse files
app.py
CHANGED
@@ -5,16 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"Varnii/lora-trained-xl-colab",
|
9 |
"Hekenye/cartoon",
|
10 |
"Daris1/my-pet-dog",
|
11 |
"Drake123/my-pet-cat",
|
12 |
"Yntec/iComixRemix",
|
13 |
-
"cuixing/textual_inversion_object_style08091417",
|
14 |
"Mitsua/vroid-diffusion-test",
|
15 |
"Hekenye/lora-trained-xl-with-prior-loss-other",
|
16 |
-
"
|
17 |
-
"
|
|
|
18 |
]
|
19 |
|
20 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
8 |
"Hekenye/cartoon",
|
9 |
"Daris1/my-pet-dog",
|
10 |
"Drake123/my-pet-cat",
|
11 |
"Yntec/iComixRemix",
|
|
|
12 |
"Mitsua/vroid-diffusion-test",
|
13 |
"Hekenye/lora-trained-xl-with-prior-loss-other",
|
14 |
+
"ARDICAI/stable-diffusion-2-1-finetuned",
|
15 |
+
"ahmedghani/waqasramzan-4000-sdxl",
|
16 |
+
"calm-and-collected/wish-you-were-here",
|
17 |
]
|
18 |
|
19 |
|