AlekPet/ComfyUI_Custom_Nodes_AlekPet

PoseNode cannot switch image

lldacing opened this issue · 3 comments

I found follow two errors, but it still don't work after fixed, because code "const callb = this.node.callback" is undefined (figure 1).
image
image

Hi. Yes, I saw errors, but I didn’t understand why change the images, this is an interactive node, there is no need to load an image here, I can add the ability to load a background.

Hi. Yes, I saw errors, but I didn’t understand why change the images, this is an interactive node, there is no need to load an image here, I can add the ability to load a background.你好。是的,我看到了错误,但我不明白为什么要更改图像,这是一个交互式节点,这里不需要加载图像,我可以添加加载背景的功能。

I have an openpose image generated based on the openpose preprocessor. How should I load it into this node?

Hello. Is it just an image? Or is it a json file? If this is an image, then you can use the Load Image node, and then used controlnet, but if this is a json file, then this cannot be done yet. I have not implemented this function in this node, although it is possible.