mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
display correct timings after restarting UI
This commit is contained in:
parent
a00cd8b9c1
commit
dfeee786f9
2 changed files with 15 additions and 0 deletions
|
|
@ -33,3 +33,6 @@ class Timer:
|
|||
res += ")"
|
||||
|
||||
return res
|
||||
|
||||
def reset(self):
|
||||
self.__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue