ComfyUI
ComfyUI copied to clipboard
Error occurred when executing CheckpointLoaderSimple: name 'execution_block_cb' is not defined
Your question
Greetings! I seek your expertise to assist in resolving an error in execution.py:
def execution_block_cb(block): if block.message is not None: mes = { "prompt_id": prompt_id, "node_id": unique_id, "node_type": class_type, "executed": list(executed),
"exception_message": f"Execution Blocked: {block.message}",
"exception_type": "ExecutionBlocked",
"traceback": [],
"current_inputs": [],
"current_outputs": [],
}
server.send_sync("execution_error", mes, server.client_id)
return ExecutionBlocker(None)
else:
return block
Can't start ComfyUI, I sincerely value your assistance. Best regards
Logs
No response
Other
No response
This is a custom node issue, try updating.
This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically.