Closed timriopelle closed 3 months ago
Just an update: I tried creating a node (InvertMask) from the ComfyuiBase that I knew was in the same script / location as other nodes you created, and I am still getting this same JSONDecodeError.
{ 'class_type': 'InvertMask', 'inputs': [ {'name': 'mask', 'outputs': ['mask'], 'opt': False} ], 'outputs': ['mask'] } comfyui.nodes.update_input_nodes(nuke.thisNode())
Closing this. I've found a work around. Breaking was related to chaining nodes together. When isolating the ComfyUIBase to function independently, I seem to be having things work correctly.
Hey Francisco,
Firstly, thanks for these amazing nodes. Having a lot of fun with them.
I am trying to create a Mask Blur (Using the ComfyuiBase) which accesses the Comfyui_Essentials custom node folder. Here is the class of the script in the folder:
And then here is my script in the ComfyuiBase:
I have 2 user knobs for the amount (amount) and device (device), however when I add this node to my workflow and execute, I get the:
You noted this is something with an empty result and not something you can fix. But I was just curious if the Essentials folder may not be getting recognized, or if I am missing something. My workflow works without this node, then when I add it, it's broken. No worries if you can't do anything, I was just curious if you had any advice. Thanks!