mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-21 15:34:05 +00:00
Node Replacement API (#12014)
This commit is contained in:
@@ -655,6 +655,7 @@ class BatchImagesMasksLatentsNode(io.ComfyNode):
|
||||
batched = batch_masks(values)
|
||||
return io.NodeOutput(batched)
|
||||
|
||||
|
||||
class PostProcessingExtension(ComfyExtension):
|
||||
@override
|
||||
async def get_node_list(self) -> list[type[io.ComfyNode]]:
|
||||
|
||||
Reference in New Issue
Block a user