Add color type and Color to RGB Int node (#12145)

* add color type and color to rgb int node

* review fix for allowing output

---------

Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
This commit is contained in:
pythongosssss
2026-01-30 15:01:33 -08:00
committed by GitHub
parent 0167653781
commit 8aabe2403e
3 changed files with 59 additions and 1 deletions

View File

@@ -2432,7 +2432,8 @@ async def init_builtin_extra_nodes():
"nodes_wanmove.py",
"nodes_image_compare.py",
"nodes_zimage.py",
"nodes_lora_debug.py"
"nodes_lora_debug.py",
"nodes_color.py"
]
import_failed = []