You've already forked ComfyUI-KJNodes
mirror of
https://github.com/kijai/ComfyUI-KJNodes.git
synced 2026-01-27 00:01:30 +03:00
Most string widgets for color should now accept: Color names: "red", "black", "white", etc. Hex colors: "#FF0000", "#00FF00", etc. CSV RGB: "255, 0, 0", "0, 255, 0", etc. CSV normalized: "1.0, 0.0, 0.0", "0.0, 1.0, 0.0", etc. Single grayscale: "128", "0.5", etc.