Commit bcc0bde2 authored by comfyanonymous's avatar comfyanonymous
Browse files

Clear status notes on execution start.

parent 1805cb2d
......@@ -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():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment