MCPcopy Create free account
hub / github.com/BadCafeCode/masquerade-nodes-comfyui / __init__

Method __init__

MaskNodes.py:781–782  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

779 Separates a mask into multiple contiguous components. Returns the individual masks created as well as a MASK_MAPPING which can be used in other nodes when dealing with batches.
780 """
781 def __init__(self):
782 pass
783
784 @classmethod
785 def INPUT_TYPES(cls):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected