Comment out Batch Images/Masks/Latents node for now, as Autogrow has a bug with MatchType where top connection is disconnected upon refresh

This commit is contained in:
Jedrzej Kosinski 2025-12-26 18:36:25 -08:00
parent 8590bcf48a
commit bec7cfd3d9

View File

@ -542,7 +542,7 @@ class PostProcessingExtension(ComfyExtension):
Sharpen, Sharpen,
ImageScaleToTotalPixels, ImageScaleToTotalPixels,
ResizeImageMaskNode, ResizeImageMaskNode,
BatchImagesMasksLatentsNode, # BatchImagesMasksLatentsNode,
] ]
async def comfy_entrypoint() -> PostProcessingExtension: async def comfy_entrypoint() -> PostProcessingExtension: