Commit
·
abf0f22
1
Parent(s):
b608817
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 |
"thiru9330/thiru_atmdl_SDXL",
|
13 |
-
"souljoy/lora-trained-xl-v2",
|
14 |
-
"Madhul/Rick_and_Morty_Stable_Diffusion_LORAS",
|
15 |
-
"souljoy/lora-trained-xl",
|
16 |
-
"bellagio-ai/hcm-benthanh-market-v1-4",
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"glsukki/stable-diffusion-thumbs-up-8000_1e-05",
|
9 |
+
"notbellan/Abelmodel",
|
10 |
+
"tensor-diffusion/melaura-v1-1",
|
11 |
+
"Charnx2/lora-trained-xl",
|
12 |
+
"Lykon/dreamshaper-4",
|
13 |
+
"Lykon/dreamshaper-5",
|
14 |
+
"ThanhMai/dark-grey-foam",
|
15 |
+
"Yntec/OpenGenDiffusers",
|
16 |
"thiru9330/thiru_atmdl_SDXL",
|
|
|
|
|
|
|
|
|
17 |
]
|
18 |
|
19 |
|