mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-18 10:29:11 -08: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