mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-28 15:50:58 +08:00
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:
parent
8590bcf48a
commit
bec7cfd3d9
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user