Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BadCafeCode/masquerade-nodes-comfyui
/ types & classes
Types & classes
22 in github.com/BadCafeCode/masquerade-nodes-comfyui
⨍
Functions
82
◇
Types & classes
22
Class
BlurNode
MaskNodes.py:375
Class
ChangeChannelCount
MaskNodes.py:998
Class
ClipSegNode
Automatically calculates a mask based on the text prompt
MaskNodes.py:113
Class
ConstantMask
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
Class
ConvertColorSpace
MaskNodes.py:1260
Class
CreateQRCodeNode
MaskNodes.py:1135
Class
CreateRectMask
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
Class
CutByMask
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
Class
GetImageSize
MaskNodes.py:974
Class
ImageToMask
MaskNodes.py:433
Class
MakeImageBatch
Creates a batch of images from multiple individual images or batches.
MaskNodes.py:1094
Class
MaqueradeIncrementerNode
MaskNodes.py:1301
Class
MaskCombineOp
MaskNodes.py:260
Class
MaskMorphologyNode
MaskNodes.py:217
Class
MaskToRegion
Given a mask, returns a rectangular region that fits the mask with the given constraints
MaskNodes.py:567
Class
MixByMask
MaskNodes.py:459
Class
MixColorByMask
MaskNodes.py:483
Class
PasteByMask
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
Class
PruneByMask
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
Class
SeparateMaskComponents
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
Class
UnaryImageOp
MaskNodes.py:342
Class
UnaryMaskOp
MaskNodes.py:310