6 lines
96 B
Python
6 lines
96 B
Python
from .seg_node import SEGAttention
|
|
|
|
NODE_CLASS_MAPPINGS = {
|
|
"SEGAttention": SEGAttention,
|
|
}
|