This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization.
This repo contains nodes for ComfyUI that implement some helpful operations on tensors, such as normalization.
Fast Image to Noise
node, which generates a new image that is effectively a remix of the pixels in a source image.Image to Noise
node.Image Match Normalize
and Latent Match Normalize
nodes.This node returns a normalized version of the target image using the mean and standard deviation of each color channel of the source image. If you want the color and brightness of your image to match the colour and brightness of another image, this is the node for you.
This node returns a normalized version of the target latent using the mean and standard deviation of each channel of the source latent. Latents encode color information differently than images and you may find that normalizing an image by instead normalizing its latent representation results in a "better" result that is closer to the coloring of the source.
Generates a new image by remixing the pixels of the source image randomly,
optionally altering the brightness and making other tweaks. This node is
intended to match the functionality of the Image to Noise
node in the WAS
Node Suite but for some
reason results aren't identical.