CheckpointSave node name.

This commit is contained in:
comfyanonymous 2024-08-19 14:00:56 -04:00
parent fc90ceb6ba
commit 766ae119a8
1 changed files with 4 additions and 0 deletions

View File

@ -365,3 +365,7 @@ NODE_CLASS_MAPPINGS = {
"VAESave": VAESave,
"ModelSave": ModelSave,
}
NODE_DISPLAY_NAME_MAPPINGS = {
"CheckpointSave": "Save Checkpoint",
}