ComfyUI-to-Python-Extension icon indicating copy to clipboard operation
ComfyUI-to-Python-Extension copied to clipboard

Some nodes doesn't supported

Open YmanChris opened this issue 2 years ago • 2 comments

Thaks for your contribution. I meet a node which the repo doesn't supported.The custom node git : https://github.com/ltdrdata/ComfyUI-Impact-Pack, class in ComfyUI-Impact-Pack/modules/impact/util_nodes.py. which named GeneralSwitch can't pass the workflow_json.py process.

YmanChris avatar Dec 27 '23 08:12 YmanChris

Bumping this issue because of a similar issue with Impact Pack. Looks like https://github.com/pydn/ComfyUI-to-Python-Extension/issues/33 and https://github.com/pydn/ComfyUI-to-Python-Extension/issues/26 might be related, since they also deal with the extension not parsing all of the nodes properly.

poisenbery avatar Jan 12 '24 01:01 poisenbery

This may have been fixed in my fork. Testing the following basic workflow (and providing true/false as script arguments) works.

workflow (2)

atmaranto avatar Mar 10 '24 11:03 atmaranto

Hi @YmanChris this issue might be resolved with https://github.com/pydn/ComfyUI-to-Python-Extension/pull/73, which has been merged into main. If not, it would be helpful if you provided the workflow.json and output .py file that lead to the error.

Closing the issue for now, but feel free to reopen if you are still facing issues.

pydn avatar Sep 12 '24 18:09 pydn