Nodes/MdColorMod/Color Map Alien (MD)
ComfyUI Node

Color Map Alien (MD)

Applies an 'alien' color mapping by modulating RGB channels with sinusoidal functions, with adjustable frequencies, shifts, and preservation.

By MdONeilsl·Created 2 months ago·Updated about a month ago· 0
Color Map Alien (MD)
  • image
  • mask
  • image
ModelRGB
Red_frequency1.000
Green_frequency1.000
Blue_frequency1.000
Red_shift0
Green_shift0
Blue_shift0
Keep_redfalse
Keep_greenfalse
Keep_bluefalse
Categorymd/image/color

Inputs (12)

NameTypeDefaultDescription
imageIMAGEInput image tensor.
ModelCOMBORGBColor model (RGB or HSL) for mapping.
Red_frequencyFLOAT1.0000–20Frequency of the red channel modulation.
Green_frequencyFLOAT1.0000–20Frequency of the green channel modulation.
Blue_frequencyFLOAT1.0000–20Frequency of the blue channel modulation.
Red_shiftFLOAT00–360Phase shift for the red channel (degrees).
Green_shiftFLOAT00–360Phase shift for the green channel (degrees).
Blue_shiftFLOAT00–360Phase shift for the blue channel (degrees).
Keep_redBOOLEANfalsePreserve the original red channel when true.
Keep_greenBOOLEANfalsePreserve the original green channel when true.
Keep_blueBOOLEANfalsePreserve the original blue channel when true.
maskoptMASKOptional mask to restrict the adjustment area.

Outputs (1)

NameTypeDescription
imageIMAGEThe alien-mapped image.