From 4b8b9833cb1782293547474e9b1dea6729b9e1fe Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Fri, 26 Dec 2025 16:24:45 -0800 Subject: [PATCH] Autogrow is available in stable frontend, so exposing it in public API --- 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 1b2940bad..f0570b121 100644 --- a/comfy_api/latest/_io.py +++ b/comfy_api/latest/_io.py @@ -1948,7 +1948,7 @@ __all__ = [ # Dynamic Types "MatchType", "DynamicCombo", - # "Autogrow", + "Autogrow", # Other classes "HiddenHolder", "Hidden",