allknowingroger
commited on
Commit
•
135412a
1
Parent(s):
46f5471
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 |
+
"Bigyi/lora-trained-xl-colab",
|
9 |
+
"jwhedbee/lora-trained-xl-take-two",
|
10 |
+
"naphatmanu/sdxl-lora-index-modern-luxury-1",
|
11 |
+
"naphatmanu/sdxl-lora-index-contemporary-1",
|
12 |
+
"Yntec/DreamFulV2",
|
13 |
+
"jwhedbee/lora-trained-xl",
|
14 |
+
"naphatmanu/sdxl-lora-index-modern-1",
|
15 |
+
"LilyNgo/lora_Galaxiga-trained-xl-colab",
|
16 |
+
"jwhedbee/lora-trained-xl-telnyx-product-hero-poc",
|
17 |
]
|
18 |
|
19 |
|