allknowingroger
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,13 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
"SherlockYoung/monster-hunter-text2img-sdxl-lora-1",
|
11 |
"JulyApril/lora-sdxl-pet-style-1",
|
12 |
"Yangdf/mini-mecha-sdxl-lora",
|
13 |
"Gobie/autotrain-a86jr-9hy3m",
|
14 |
-
"
|
15 |
"jaysoni/sdxl_lora_ds",
|
16 |
"cosmicBboy/stable-diffusion-xl-base-1.0-lora-dreambooth-critdream-v0.3",
|
17 |
]
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"tsi-org/naavi-avatar",
|
9 |
+
"J1k/train_return",
|
10 |
"SherlockYoung/monster-hunter-text2img-sdxl-lora-1",
|
11 |
"JulyApril/lora-sdxl-pet-style-1",
|
12 |
"Yangdf/mini-mecha-sdxl-lora",
|
13 |
"Gobie/autotrain-a86jr-9hy3m",
|
14 |
+
"youngkongbin/lora-trained-xl",
|
15 |
"jaysoni/sdxl_lora_ds",
|
16 |
"cosmicBboy/stable-diffusion-xl-base-1.0-lora-dreambooth-critdream-v0.3",
|
17 |
]
|