add painter node

This commit is contained in:
Terry Jia
2026-01-31 21:52:14 -05:00
parent 873de5f37a
commit ddfa2da27e
2 changed files with 134 additions and 1 deletions

View File

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