mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 16:51:21 -08:00
feat(api): include job_timestamp in progress
This commit is contained in:
parent
ca16278188
commit
f23a822f1c
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ class State:
|
|||
"interrupted": self.skipped,
|
||||
"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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue