1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

CheckpointSave node name.

This commit is contained in:
comfyanonymous
2024-08-19 14:00:56 -04:00
parent fc90ceb6ba
commit 766ae119a8

View File

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