Spaces:
Sleeping
Sleeping
Commit
·
527648d
1
Parent(s):
083f8e4
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,8 +5,6 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"Illumotion/MeinaHentai",
|
| 9 |
-
"Illumotion/majicMIX-realistic-v5",
|
| 10 |
"digiplay/WhiteDreamyHillMix_v1",
|
| 11 |
"sheshenin/vikash3-2",
|
| 12 |
"digiplay/elegantEntropy_v1.1",
|
|
@@ -15,6 +13,7 @@ models =[
|
|
| 15 |
"WALIDALI/amazighwlyy",
|
| 16 |
"bartuso/stable-diffusion-oxified",
|
| 17 |
"KORguy/textual_inversion_shirt",
|
|
|
|
| 18 |
]
|
| 19 |
|
| 20 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
|
|
|
|
|
|
| 8 |
"digiplay/WhiteDreamyHillMix_v1",
|
| 9 |
"sheshenin/vikash3-2",
|
| 10 |
"digiplay/elegantEntropy_v1.1",
|
|
|
|
| 13 |
"WALIDALI/amazighwlyy",
|
| 14 |
"bartuso/stable-diffusion-oxified",
|
| 15 |
"KORguy/textual_inversion_shirt",
|
| 16 |
+
"digiplay/GhostMix",
|
| 17 |
]
|
| 18 |
|
| 19 |
|