diff --git a/modules/shared.py b/modules/shared.py index 9c9fd8573..4fcc6edd4 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -183,6 +183,7 @@ class State: "interrupted": self.interrupted, "job": self.job, "job_count": self.job_count, + "job_timestamp": self.job_timestamp, "job_no": self.job_no, "sampling_step": self.sampling_step, "sampling_steps": self.sampling_steps,