Save Checkpoint node is designed to save a complete Stable Diffusion model (including UNet, CLIP, and VAE components) as a .safetensors format checkpoint file.
The Save Checkpoint is primarily used in model merging workflows. After creating a new merged model through nodes like ModelMergeSimple, ModelMergeBlocks, etc., you can use this node to save the result as a reusable checkpoint file.
Inputs
Additionally, the node has two hidden inputs for metadata:
prompt (PROMPT): Workflow prompt information
extra_pnginfo (EXTRA_PNGINFO): Additional PNG information
Outputs
This node will output a checkpoint file, and the corresponding output file path isoutput/checkpoints/ directory
Architecture Compatibility
- Currently fully supported: SDXL, SD3, SVD and other mainstream architectures, see source code
- Basic support: Other architectures can be saved but without standardized metadata information
Related Links
Related source code: nodes_model_merging.py#L227This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub