review fix for allowing output

This commit is contained in:
pythongosssss 2026-01-30 09:36:34 -08:00
parent cc592e9896
commit 49ce7b093d

View File

@ -1148,7 +1148,7 @@ class ImageCompare(ComfyTypeI):
@comfytype(io_type="COLOR")
class Color(ComfyTypeI):
class Color(ComfyTypeIO):
Type = str
class Input(WidgetInput):