eienmojiki commited on
Commit
15a9501
·
verified ·
1 Parent(s): ed7a499

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +1 -0
gui.py CHANGED
@@ -439,6 +439,7 @@ class GuiSD:
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()
 
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()