Commit
·
a11689d
1
Parent(s):
fa0c74c
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,18 +5,18 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"Yntec/
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
]
|
| 21 |
|
| 22 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"Hakim-Fang/textual_inversion_bird",
|
| 9 |
+
"Muhammadreza/mann-e-artistic-3",
|
| 10 |
+
"iab/output",
|
| 11 |
+
"artificialguybr/LogoRedmond-LogoLoraForSDXL",
|
| 12 |
+
"jpawan33/dreambooth",
|
| 13 |
+
"Ashlymol/my-pet-dog-xzg",
|
| 14 |
+
"patrickvonplaten/lora-trained-xl-colab",
|
| 15 |
+
"Mahema/pet-cat-abc",
|
| 16 |
+
"stablediffusionapi/realistic-vision-v51",
|
| 17 |
+
"Yntec/SamaritanDoesArt",
|
| 18 |
+
"Hakim-Fang/textual_inversion_cat",
|
| 19 |
+
"wx44wx/sd-three-kingdoms-diffusers",
|
| 20 |
]
|
| 21 |
|
| 22 |
|