From bec7cfd3d93172fa464bf41ff9fc8baedfaec0b4 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Fri, 26 Dec 2025 18:36:25 -0800 Subject: [PATCH] Comment out Batch Images/Masks/Latents node for now, as Autogrow has a bug with MatchType where top connection is disconnected upon refresh --- comfy_extras/nodes_post_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_post_processing.py b/comfy_extras/nodes_post_processing.py index e1b2706ff..c6b612af5 100644 --- a/comfy_extras/nodes_post_processing.py +++ b/comfy_extras/nodes_post_processing.py @@ -542,7 +542,7 @@ class PostProcessingExtension(ComfyExtension): Sharpen, ImageScaleToTotalPixels, ResizeImageMaskNode, - BatchImagesMasksLatentsNode, + # BatchImagesMasksLatentsNode, ] async def comfy_entrypoint() -> PostProcessingExtension: