mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-27 02:10:08 +08:00
Update nodes_primitive.py
This commit is contained in:
parent
89f4998979
commit
2d0bf97956
@ -105,7 +105,7 @@ class Color(io.ComfyNode):
|
||||
display_name="Color",
|
||||
category="utilities/primitive",
|
||||
inputs=[
|
||||
io.Color.Input("value", default="#FFFFFF"),
|
||||
io.Color.Input("value", default="#ffffff"),
|
||||
],
|
||||
outputs=[io.Color.Output()],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user