allknowingroger
commited on
Commit
•
b8f4dee
1
Parent(s):
e8f4f02
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 |
+
"LinoyTsaban/lora-xl-linoy_face-0.0001-5e-05-1000-1-32",
|
9 |
+
"hosnasn/Reza_DB200",
|
10 |
+
"dbecker1/test_lora_mdl4",
|
11 |
+
"hosnasn/Reza_DB",
|
12 |
+
"Gurusha/dreambooth_peace_sign",
|
13 |
+
"Gurusha/dreambooth_holding_umbrella",
|
14 |
+
"Kendong/bc_flowers",
|
15 |
+
"lccllccc/0920_sdxl_lora_2500_steps",
|
16 |
+
"LinoyTsaban/lora-xl-linoy_face-0.0001-0.0001-1000-1-32",
|
17 |
]
|
18 |
|
19 |
|