Generalised 'image' processing nodes for images, masks, latents, and combinations thereof.
'Unified Tensor Format' makes more sense but UTF is overloaded.
This is a set of ComfyUI custom nodes that provide implementations or building blocks for implementations of a variety of image processing algorithms and methods.
These nodes operate on a generalised tensor format that can be converted to and from images, latents, and masks and allow for combining raw tensors from these sources. They are also implemented purely with PyTorch and have no external dependencies.
The general philosophy of this node set is to provide a selection of fundamental operations that can be usefully composed together to create a wide variety of more complex operations.
GTF
type and standard ComfyUI
IMAGE
, MASK
, and LATENT
types