comfyui-tooling-nodes icon indicating copy to clipboard operation
comfyui-tooling-nodes copied to clipboard

Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download.

Results 6 comfyui-tooling-nodes issues
Sort by recently updated
recently updated
newest added

ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\ComfyUI-aki-v1.1\ComfyUI-aki-v1.1\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj,...

Very needed workflow about this.

Hi i have setup node ``` const ws = new WebSocket('https://example.app/ws?clientId=b7f1429fac8bd2593e8'); ws.onopen = () => { console.log("Connected to server") } ws.onerror = (error) => { console.log(`Error:`, error) } ws.onmessage =...

Hi! Will be great to have option to send/recieve both PNG/JPEG. It might be some checkbox to switch parameter.

We are building a global registry for custom nodes (similar to PyPI). The registry makes using custom nodes more reliable by reserving globally unique names for each custom node, and...

This PR adds a Github Action (publish-node-action) that will run whenever the pyproject.toml file changes. The pyproject.toml defines the custom node version you want to publish (added in another PR)....