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: