allknowingroger
commited on
Commit
•
92fc980
1
Parent(s):
b46bda6
Update app.py
Browse files
app.py
CHANGED
@@ -5,14 +5,14 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
"Doggerz/lora-trained-xl-dadu",
|
11 |
"harshith7/eagle-image-zhd",
|
12 |
"bongo2112/sdxl-db-rayvanny-headshot",
|
13 |
"Priynshu/my-pet-cat-alb",
|
14 |
"lokeshwari/wild-life-animal-tiger-p1x",
|
15 |
-
"
|
16 |
"GREESHMA720/converting-instructions-to-painting",
|
17 |
]
|
18 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"kingabzpro/sdxl-lora-abid",
|
9 |
+
"Grekkla/BarraganJustTheTip",
|
10 |
"Doggerz/lora-trained-xl-dadu",
|
11 |
"harshith7/eagle-image-zhd",
|
12 |
"bongo2112/sdxl-db-rayvanny-headshot",
|
13 |
"Priynshu/my-pet-cat-alb",
|
14 |
"lokeshwari/wild-life-animal-tiger-p1x",
|
15 |
+
"biswaroop/sd-planets-model-lora-sdxl",
|
16 |
"GREESHMA720/converting-instructions-to-painting",
|
17 |
]
|
18 |
|