mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
display correct timings after restarting UI
This commit is contained in:
@@ -33,3 +33,6 @@ class Timer:
|
||||
res += ")"
|
||||
|
||||
return res
|
||||
|
||||
def reset(self):
|
||||
self.__init__()
|
||||
|
Reference in New Issue
Block a user