Spaces:
Running
on
Zero
Running
on
Zero
eienmojiki
commited on
Update gui.py
Browse files
gui.py
CHANGED
@@ -438,8 +438,7 @@ class GuiSD:
|
|
438 |
info_state = info_state + "<br>" + vae_msg
|
439 |
if msg_lora:
|
440 |
info_state = info_state + "<br>" + "<br>".join(msg_lora)
|
441 |
-
yield img, info_state
|
442 |
-
print(img)
|
443 |
|
444 |
torch.cuda.empty_cache()
|
445 |
gc.collect()
|
|
|
438 |
info_state = info_state + "<br>" + vae_msg
|
439 |
if msg_lora:
|
440 |
info_state = info_state + "<br>" + "<br>".join(msg_lora)
|
441 |
+
yield img, info_state
|
|
|
442 |
|
443 |
torch.cuda.empty_cache()
|
444 |
gc.collect()
|