mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 03:22:33 +08:00
review fix for allowing output
This commit is contained in:
parent
cc592e9896
commit
49ce7b093d
@ -1148,7 +1148,7 @@ class ImageCompare(ComfyTypeI):
|
|||||||
|
|
||||||
|
|
||||||
@comfytype(io_type="COLOR")
|
@comfytype(io_type="COLOR")
|
||||||
class Color(ComfyTypeI):
|
class Color(ComfyTypeIO):
|
||||||
Type = str
|
Type = str
|
||||||
|
|
||||||
class Input(WidgetInput):
|
class Input(WidgetInput):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user