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