mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-15 07:20:31 +08:00
Merge pull request #8548 from vladmandic/total-tqdm
force refresh tqdm before close
This commit is contained in:
commit
806aa5e8e7
@ -714,6 +714,7 @@ class TotalTQDM:
|
||||
|
||||
def clear(self):
|
||||
if self._tqdm is not None:
|
||||
self._tqdm.refresh()
|
||||
self._tqdm.close()
|
||||
self._tqdm = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user