Commit
·
969b2a1
1
Parent(s):
e28e172
Update app.py
Browse files
app.py
CHANGED
@@ -5,17 +5,16 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"artificialguybr/
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"bharadwajkg/finetune-sd2-1-planogram-lora-nocrop-data7",
|
19 |
]
|
20 |
|
21 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Yntec/CinemaE",
|
9 |
+
"artificialguybr/IconsRedmond-IconsLoraForSDXL",
|
10 |
+
"abnv15/SDXL_Rivian_R1T",
|
11 |
+
"ra100/lora-lower_decks_people",
|
12 |
+
"RunDiffusion/RunDiffusion-XL-Beta",
|
13 |
+
"digiplay/AI-infinity-V1-fp16",
|
14 |
+
"bharadwajkg/finetune-sd2-1-planogram-lora-data6",
|
15 |
+
"artificialguybr/freedom",
|
16 |
+
"artificialguybr/IconsMI-AppIconsModelforSD",
|
17 |
+
"mfrashad/majicMIX_realistic_v6",
|
|
|
18 |
]
|
19 |
|
20 |
|