use io.Color

This commit is contained in:
Terry Jia 2026-03-02 15:22:54 -05:00
parent 4b49bf412f
commit 5b996305e3

View File

@ -60,12 +60,7 @@ class PainterNode(io.ComfyNode):
socketless=True,
extra_dict={"hidden": True},
),
io.String.Input(
"bg_color",
default="#000000",
socketless=True,
extra_dict={"hidden": True, "widgetType": "COLOR"},
),
io.Color.Input("bg_color", default="#000000"),
],
outputs=[
io.Image.Output("IMAGE"),