From 49ce7b093de63573e0fd361a3535f1f0df68fc57 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:36:34 -0800 Subject: [PATCH] review fix for allowing output --- comfy_api/latest/_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_api/latest/_io.py b/comfy_api/latest/_io.py index 666608309..9138b33b2 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -1148,7 +1148,7 @@ class ImageCompare(ComfyTypeI): @comfytype(io_type="COLOR") -class Color(ComfyTypeI): +class Color(ComfyTypeIO): Type = str class Input(WidgetInput):