I am using the segmentation feature, this is my prompt:
orc warrior on a horse, close up
<segment:human face,0.5,0.4> detailed orc face
This works correctly if I do not change the "Segment Model" setting. But if I select a different model in the "Segment Model" setting, I always get this error:
ComfyUI execution error: mat1 and mat2 shapes cannot be multiplied (1x2304 and 2816x1280)
my regular model is Flux Dev, and in the "Segment Model" I selected some SDXL checkpoint.
It seems it's not supported to use a different model architecture for the segment than for the regular generation? Is that correct? Because if the base model and segment model are both the same SDXL model, it works correctly. Only if I use Flux Dev as base and SDXL as segment model, it does not work.