Commit
·
dc586cb
1
Parent(s):
ee16c27
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 |
+
"frank-chieng/sdxl_lora_architecture_siheyuan",
|
| 9 |
+
"yaneq/jan_sdxl_LoRA",
|
| 10 |
+
"Jigen/Star_Trek_SDXL",
|
| 11 |
+
"yaneq/jan_sdxl_LoRA2",
|
| 12 |
+
"foolmoron/lora-test",
|
| 13 |
+
"SherryXTChen/lora-trained-xl-richard",
|
| 14 |
+
"SherryXTChen/lora-trained-xl-highrise",
|
| 15 |
+
"SherryXTChen/lora-trained-xl-fiona",
|
| 16 |
+
"Ameyapores/self_dreambooth",
|
| 17 |
]
|
| 18 |
|
| 19 |
|