Acly / comfyui-tooling-nodes

Nodes for using ComfyUI as a backend for external tools. Send and receive images directly without filesystem upload/download.
GNU General Public License v3.0
319 stars 38 forks source link

fix issues/23 #24

Closed locke12456 closed 3 weeks ago

locke12456 commented 3 weeks ago

image description: A simple modification, just adding back the previously deleted code.

Acly commented 3 weeks ago

This had me confused, the Python code shouldn't matter since the type is managed dynamically in JS anyway. But it turns out there was a bug in the logic: https://github.com/Acly/comfyui-tooling-nodes/commit/19337dcc0e9ec56b3b4eca463090de55335a94fe

That should fix it without further modifications.