allknowingroger
commited on
Commit
•
cc20c55
1
Parent(s):
c511c3a
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 |
"frankmoire/nyjha",
|
12 |
-
"
|
13 |
"Devil2D2/Model_anything_diffusers",
|
14 |
"Yntec/AbsoluteRemix",
|
15 |
"ranajithore/stable-diffusion-v2-1-trained-for-plant-cell-structure-diagram-without-captions-new",
|
16 |
-
"
|
17 |
]
|
18 |
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"niyala/my-pet-dog-xzg",
|
9 |
+
"papanton/lora-trained-xl-colab",
|
10 |
+
"ShilpaManaji/dreambooth-project",
|
11 |
"frankmoire/nyjha",
|
12 |
+
"joachimsallstrom/aether-bubbles-foam-lora-for-sdxl",
|
13 |
"Devil2D2/Model_anything_diffusers",
|
14 |
"Yntec/AbsoluteRemix",
|
15 |
"ranajithore/stable-diffusion-v2-1-trained-for-plant-cell-structure-diagram-without-captions-new",
|
16 |
+
"Abhinandpv/dog",
|
17 |
]
|
18 |
|
19 |
|