Files
ComfyUI-SEGAttention/__init__.py
2024-08-11 12:10:16 -06:00

6 lines
96 B
Python

from .seg_node import SEGAttention
NODE_CLASS_MAPPINGS = {
"SEGAttention": SEGAttention,
}