yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
1.1k stars 78 forks source link

ImageToMask node causes changes input tensor dimension #358

Closed chflame163 closed 3 months ago

chflame163 commented 3 months ago

The ImageToMask node causes a change in tensor dimension, while the official node does not

微信图片_20240830101420
yolain commented 3 months ago

I can't quite remember which node needs it, the tensor is inconsistent because inputting to that node using the official node would report an error. Otherwise i wouldn't have written an extra node out.

chflame163 commented 3 months ago

I see, so it seems that the correct usage of this node can be explained in the document. Dimension changes may lead to unexpected events in subsequent processes :)

yolain commented 3 months ago

I see, so it seems that the correct usage of this node can be explained in the document. Dimension changes may lead to unexpected events in subsequent processes :)

Okay!

yolain commented 3 months ago

I can't find the node associated with it, I just remember that it was something to do with mask ercode region or expansion or pasting region by was node suite. But I can run them with official node all fine now. The node was created last year, so maybe the problem has been solved with a version update. I may classify it as a deprecated node.

chflame163 commented 3 months ago

I can't find the node associated with it, I just remember that it was something to do with mask ercode region or expansion or pasting region by was node suite. But I can run them with official node all fine now. The node was created last year, so maybe the problem has been solved with a version update. I may classify it as a deprecated node.

Thanks!