A node for applying digital watermarks on an image. It has both least significant bit watermarking and proper text watermarking modes.
alias = text to use for the watermark, can be just an alias or whatever you want, could be the entire prompt for the image
use_lsb = put the alias into the least significant bit of the pixels
repeat_lsb = keep repeating the alias throughout the entire image pixel data
use_visual_watermark = use text watermark visually
visual_watermark_location = where to put the text, multiple locations
rotate_text = rotate text or not
rotation_angle = degree to rotate text to (0 = no rotation)
text_spacing_x and text_spacing_y = for the tile text mode
text_scale = text scale
text_red, text_green, text_blue = text color in 0-255 range
alpha = text alpha
By TrophiHunter·Created about a year ago·Updated about a year ago· 4
Watermark
image
IMAGE
◄alias►
◄use_lsbtrue►
◄repeat_lsbtrue►
◄use_visual_watermarktrue►
◄visual_watermark_locationtiled►
◄rotate_texttrue►
◄rotation_angle45►
◄text_spacing_x1►
◄text_spacing_y4►
◄text_scale20►
◄text_red255►
◄text_green255►
◄text_blue255►
◄alpha0.250►
CategoryTrophiHunter/Photography
Inputs (15)
Name
Type
Default
Description
image
IMAGE
—
alias
STRING
—
use_lsb
BOOLEAN
true
—
repeat_lsb
BOOLEAN
true
—
use_visual_watermark
BOOLEAN
true
—
visual_watermark_location
COMBO
tiled
6 options: top left, top right, bottom left, bottom right, all corners, tiled