mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-07 10:17:31 +08:00
use io.Color
This commit is contained in:
parent
4b49bf412f
commit
5b996305e3
@ -60,12 +60,7 @@ class PainterNode(io.ComfyNode):
|
|||||||
socketless=True,
|
socketless=True,
|
||||||
extra_dict={"hidden": True},
|
extra_dict={"hidden": True},
|
||||||
),
|
),
|
||||||
io.String.Input(
|
io.Color.Input("bg_color", default="#000000"),
|
||||||
"bg_color",
|
|
||||||
default="#000000",
|
|
||||||
socketless=True,
|
|
||||||
extra_dict={"hidden": True, "widgetType": "COLOR"},
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
outputs=[
|
outputs=[
|
||||||
io.Image.Output("IMAGE"),
|
io.Image.Output("IMAGE"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user