Freak-ppa's picture
Upload 72 files
6d5e45b verified
raw
history blame contribute delete
415 Bytes
from .node import *
from .install import *
NODE_CLASS_MAPPINGS = {
'SAMModelLoader (segment anything)': SAMModelLoader,
'GroundingDinoModelLoader (segment anything)': GroundingDinoModelLoader,
'GroundingDinoSAMSegment (segment anything)': GroundingDinoSAMSegment,
'InvertMask (segment anything)': InvertMask,
"IsMaskEmpty": IsMaskEmptyNode,
}
__all__ = ['NODE_CLASS_MAPPINGS']