Nourepide / ComfyUI-Allor

ComfyUI plugin for image processing and work with alpha chanel.
MIT License
211 stars 26 forks source link

BatchCLIPSeg error #34

Open Tobe2d opened 6 months ago

Tobe2d commented 6 months ago

When I try using BatchCLIPSeg I get error:

Error occurred when executing BatchCLIPSeg:

Input and output must have the same number of spatial dimensions, but got input with spatial dimensions of [1, 352, 352] and output size of (832, 1216). Please provide input tensor in (N, C, d1, d2, ...,dK) format and output size in (o1, o2, ...,oK) format.

Any idea how to fix?