mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Clear status notes on execution start.
This commit is contained in:
parent
1805cb2d69
commit
bcc0bde2af
@ -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…
Reference in New Issue
Block a user