MCPcopy Create free account

hub / github.com/BadCafeCode/masquerade-nodes-comfyui / types & classes

Types & classes22 in github.com/BadCafeCode/masquerade-nodes-comfyui

ClassBlurNode
MaskNodes.py:375
ClassChangeChannelCount
MaskNodes.py:998
ClassClipSegNode
Automatically calculates a mask based on the text prompt
MaskNodes.py:113
ClassConstantMask
Creates a mask filled with a constant value. If copy_image_size is provided, the explicit_height and explicit_width parameters are ignored and t
MaskNodes.py:1026
ClassConvertColorSpace
MaskNodes.py:1260
ClassCreateQRCodeNode
MaskNodes.py:1135
ClassCreateRectMask
Creates a rectangle mask. If copy_image_size is provided, the image_width and image_height parameters are ignored and the size of the given imag
MaskNodes.py:512
ClassCutByMask
Cuts the image to the bounding box of the mask. If force_resize_width or force_resize_height are provided, the image will be resized to those di
MaskNodes.py:682
ClassGetImageSize
MaskNodes.py:974
ClassImageToMask
MaskNodes.py:433
ClassMakeImageBatch
Creates a batch of images from multiple individual images or batches.
MaskNodes.py:1094
ClassMaqueradeIncrementerNode
MaskNodes.py:1301
ClassMaskCombineOp
MaskNodes.py:260
ClassMaskMorphologyNode
MaskNodes.py:217
ClassMaskToRegion
Given a mask, returns a rectangular region that fits the mask with the given constraints
MaskNodes.py:567
ClassMixByMask
MaskNodes.py:459
ClassMixColorByMask
MaskNodes.py:483
ClassPasteByMask
Pastes `image_to_paste` onto `image_base` using `mask` to determine the location. The `resize_behavior` parameter determines how the image to pa
MaskNodes.py:831
ClassPruneByMask
Filters out the images in a batch that don't have an associated mask with an average pixel value of at least 0.5.
MaskNodes.py:1067
ClassSeparateMaskComponents
Separates a mask into multiple contiguous components. Returns the individual masks created as well as a MASK_MAPPING which can be used in other
MaskNodes.py:777
ClassUnaryImageOp
MaskNodes.py:342
ClassUnaryMaskOp
MaskNodes.py:310