eienmojiki commited on
Commit
6c662bf
·
verified ·
1 Parent(s): ff87a79

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +1 -2
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()