mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-09-18 16:54:28 +02: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