Spaces:
Sleeping
Sleeping
Commit
·
3edbddb
1
Parent(s):
d388b48
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
"thanhnguyentung/textual_inversion_cat",
|
| 10 |
"dotta/mtg",
|
| 11 |
"Jinouga/haruno-sakura-boruto-v4",
|
|
@@ -14,6 +14,9 @@ models =[
|
|
| 14 |
"Neu256/Arc-diffusion-v1.0",
|
| 15 |
"sayakpaul/lora-trained",
|
| 16 |
"BastienPenalba/omaji",
|
|
|
|
|
|
|
|
|
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"Whybother/private-2",
|
| 9 |
"thanhnguyentung/textual_inversion_cat",
|
| 10 |
"dotta/mtg",
|
| 11 |
"Jinouga/haruno-sakura-boruto-v4",
|
|
|
|
| 14 |
"Neu256/Arc-diffusion-v1.0",
|
| 15 |
"sayakpaul/lora-trained",
|
| 16 |
"BastienPenalba/omaji",
|
| 17 |
+
"Syedian123/rachel",
|
| 18 |
+
"anupamtripathi/new_models",
|
| 19 |
+
"anik424/SD_xl_base_madras_checks",
|
| 20 |
]
|
| 21 |
|
| 22 |
|