Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ def inference(
|
|
167 |
invert_final_image: bool = False,
|
168 |
invert_init_image: bool = False,
|
169 |
controlnet_model: str = "QR Code Monster",
|
170 |
-
diffusion_model: str = "
|
171 |
):
|
172 |
try:
|
173 |
progress = gr.Progress()
|
|
|
167 |
invert_final_image: bool = False,
|
168 |
invert_init_image: bool = False,
|
169 |
controlnet_model: str = "QR Code Monster",
|
170 |
+
diffusion_model: str = "GhostMix",
|
171 |
):
|
172 |
try:
|
173 |
progress = gr.Progress()
|