ManglerFTW / ComfyI2I

ComfyI2I is a set of custom nodes for ComfyUI that help with image 2 image functions.
Other
158 stars 16 forks source link

feature: add ColorXfer2batch method for image sequence. #16

Open zae-park opened 1 year ago

zae-park commented 1 year ago

Related with here.

add ColorXfer2batch method, which use ColorXfer2 method iteratively. If the type of input image is numpy.ndarray, new method used it as-is. If the type of input image is tensor, the batch dimension is added.