allknowingroger
commited on
Commit
•
c538e25
1
Parent(s):
bf6c902
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 |
+
"kimmechit/corgy_dog_LoRA",
|
9 |
+
"stephen12/sd-pokemon-model-lora-sdxl",
|
10 |
+
"SamJu3/sd-haerin-model-lora10with-xl",
|
11 |
+
"SamJu3/sd-haerin-model-lora40with-xl",
|
12 |
+
"SamJu3/sd-danielle-model-lora10with-xl",
|
13 |
+
"sbrandeis/laplagne-lora",
|
14 |
+
"badmonk/jxne",
|
15 |
+
"MexicanVanGogh/ddpm-mushrooms-128",
|
16 |
+
"badmonk/anxn",
|
17 |
]
|
18 |
|
19 |
|