CheckpointSave node name.

This commit is contained in:
comfyanonymous 2024-08-19 14:00:56 -04:00
parent 165e9f4b35
commit 7aec00e4a2

View File

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