TemryL / ComfyUI-IDM-VTON

ComfyUI adaptation of IDM-VTON for virtual try-on.
GNU General Public License v3.0
218 stars 26 forks source link

modify argument type of IDM_VTON.preprocess_images function #3

Closed TemryL closed 2 months ago

TemryL commented 2 months ago

preprocess_images function should expect input images as tensor of size (n_batch, H, W, n_channel)

TemryL commented 2 months ago

model and mask image should be resized to size (width, height)