John6666 commited on
Commit
ee0aa00
·
verified ·
1 Parent(s): 3b0cecb

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -771,7 +771,7 @@ class GuiSD:
771
  info_state = info_state + "<br>" + vae_msg
772
  if msg_lora:
773
  info_state = info_state + "<br>" + "<br>".join(msg_lora)
774
- return self.infer_short(self.model, pipe_params), info_state
775
 
776
 
777
  sd_gen = GuiSD()
 
771
  info_state = info_state + "<br>" + vae_msg
772
  if msg_lora:
773
  info_state = info_state + "<br>" + "<br>".join(msg_lora)
774
+ yield self.infer_short(self.model, pipe_params), info_state
775
 
776
 
777
  sd_gen = GuiSD()