Spaces:
Runtime error
Runtime error
allknowingroger
commited on
Commit
•
16dd1af
1
Parent(s):
d645b3c
Update app.py
Browse files
app.py
CHANGED
@@ -5,17 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"Daniil-plotnikov/russian-vision-v6",
|
9 |
-
"mfrashad/chilloutmix_NiPrunedFp32Fix",
|
10 |
"stillerman/trdne250",
|
11 |
-
"hogiahien/LoliV5-edited",
|
12 |
-
"ra100/lora-trained-xl",
|
13 |
"stillerman/this-rug-does-not-exist",
|
14 |
-
"526christian/526mix-v1.5",
|
15 |
"artificialguybr/360Redmond",
|
16 |
"cgburgos/sdxl-1-0-base",
|
17 |
-
"fabiochiu/dddoge-dog",
|
18 |
"bharadwajkg/finetune-sd2-1-planogram-lora-nocrop-data7",
|
|
|
|
|
|
|
|
|
19 |
]
|
20 |
|
21 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
|
|
|
|
8 |
"stillerman/trdne250",
|
|
|
|
|
9 |
"stillerman/this-rug-does-not-exist",
|
|
|
10 |
"artificialguybr/360Redmond",
|
11 |
"cgburgos/sdxl-1-0-base",
|
|
|
12 |
"bharadwajkg/finetune-sd2-1-planogram-lora-nocrop-data7",
|
13 |
+
"digiplay/CounterMix_v1",
|
14 |
+
"digiplay/YabaLMixTrue25D_V2.0",
|
15 |
+
"digiplay/2-KWI",
|
16 |
+
"lberglund/sweep_final_0_20231013091146",
|
17 |
]
|
18 |
|
19 |
|