Severian commited on
Commit
5ec4186
·
verified ·
1 Parent(s): 155f3b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Stable Diffusion v1.5",
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()