Removed NumberDisplay.color, as it does not exist in the frontend

This commit is contained in:
Jedrzej Kosinski
2025-07-23 14:38:33 -07:00
parent ce1d30e9c3
commit b561dfe8b2
2 changed files with 1 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ class ImageColorToMask(io.ComfyNodeV3):
category="mask",
inputs=[
io.Image.Input("image"),
io.Int.Input("color", default=0, min=0, max=0xFFFFFF, display_mode=io.NumberDisplay.color),
io.Int.Input("color", default=0, min=0, max=0xFFFFFF),
],
outputs=[io.Mask.Output()],
)