comfyui-tooling-nodes
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.
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)....
Hello, I'm running ComfyUI in a Docker container to create a server using your custom nodes for Krita Diffusion. It used to run fine but I rebuilt my container recently...
TypeError: Cannot read properties of undefined (reading 'includes') at changeWidgets (http://127.0.0.1:8188/extensions/comfyui-tooling-nodes/external_tooling_nodes.js:111:57) at adaptWidgetsToConnection (http://127.0.0.1:8188/extensions/comfyui-tooling-nodes/external_tooling_nodes.js:157:9) at nodeType.onAfterGraphConfigured (http://127.0.0.1:8188/extensions/comfyui-tooling-nodes/external_tooling_nodes.js:176:9) at app2.graph.onConfigure (http://127.0.0.1:8188/assets/index-Bv0b06LE.js:209039:39) at LGraph2.configure (http://127.0.0.1:8188/assets/index-Bv0b06LE.js:66700:23) at LGraph$1.configure (http://127.0.0.1:8188/assets/index-Bv0b06LE.js:209024:26) at LGraph.configure (http://127.0.0.1:8188/extensions/comfyui-custom-scripts/js/reroutePrimitive.js:14:29) at...
Error message occurred while importing the 'comfyui-tooling-nodes' module. Traceback (most recent call last): File "E:\Comfy ui2\ComfyUI\nodes.py", line 1998, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line...
At first "Load Image(base64)" work fine with workflow, and suddenly at a time I use same workflow but the "Load Image(base64)" node give a empty content.(I confirm base64 content is...