mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-31 10:23:31 +08:00
Clear status notes on execution start.
This commit is contained in:
parent
17f65b0310
commit
5a89871e0c
@ -334,6 +334,7 @@ class PromptExecutor:
|
|||||||
else:
|
else:
|
||||||
self.server.client_id = None
|
self.server.client_id = None
|
||||||
|
|
||||||
|
self.status_notes = []
|
||||||
self.add_note("execution_start", { "prompt_id": prompt_id}, broadcast=False)
|
self.add_note("execution_start", { "prompt_id": prompt_id}, broadcast=False)
|
||||||
|
|
||||||
with torch.inference_mode():
|
with torch.inference_mode():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user