Open neverlandzl opened 2 months ago
My target image and source image and mask size are the same. I solve it by making image width and height a multiple of 8.
Even if the output image size of the VAE decoder is fixed, the problem persists even if all image sizes are unified to multiples of 8
Even if the output image size of the VAE decoder is fixed, the problem persists even if all image sizes are unified to multiples of 8
Currently it has been modified to automatically adjust, just update it.
File "/root/autodl-tmp/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/image.py", line 977, in transfer new_image = torch.lerp(target_tensor, new_image, mask) RuntimeError: The size of tensor a (592) must match the size of tensor b (593) at non-singleton dimension 3