tidy code

This commit is contained in:
chargeuk 2025-04-06 12:04:27 +01:00
parent 96e5017c07
commit ee8f1bccfc

View File

@ -381,7 +381,6 @@ def execute(server, dynprompt, caches, current_item, extra_data, executed, promp
pending_subgraph_results[unique_id] = cached_outputs
return (ExecutionResult.PENDING, None, None)
caches.outputs.set(unique_id, output_data)
# caches.outputs.notify_node_executed(unique_id) # Notify cache of execution
except comfy.model_management.InterruptProcessingException as iex:
logging.info("Processing interrupted")