Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
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 |
-
|
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()
|