10 lines
206 B
Python
10 lines
206 B
Python
from .checkpoint_selector import CheckpointSelector
|
|
|
|
NODE_CLASS_MAPPINGS = {
|
|
"CheckpointSelector": CheckpointSelector
|
|
}
|
|
|
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
|
"CheckpointSelector": "Checkpoint Selector"
|
|
}
|