comfyui-inpaint-nodes
comfyui-inpaint-nodes copied to clipboard
Error with VAE EncodeForInPaint
I'm getting the following error:
"Given groups=1, weight of size [128, 3, 3, 3], expected input[1, 4, 1024, 624] to have 3 channels, but got 4 channels instead"
I've used this workflow before, but for some reason, it doesn't like the mask in the image. Any ideas how I can circumvent this problem?
If VAE Encode for inpainting doesn't like 4-channel images, you can split the alpha off with "Split Image With Alpha" node. Maybe that will work?