ComfyUI Node
LC Checkpoint Save
Save an all-in-one checkpoint (model + clip + vae, all required). Reuses ComfyUI core's own comfy.sd.save_checkpoint() and modelspec-metadata detection -- same file format core's Save Checkpoint node produces. Adds an enabled toggle (skip the save without bypassing the node, since a save node has no outputs to pass through) and a per-save embed_workflow toggle, independent of the global --disable-metadata launch flag. For a diffusion-model-only file, use LC Diffusion Model Save instead.
LC Checkpoint Save
- model
- clip
- vae
◄filename_prefixcheckpoints/LC_ModelBuilder►
◄enabledtrue►
◄embed_workflowtrue►
CategoryLC ModelBuilder
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Diffusion model to save. | |
| clip | CLIP | Required -- a checkpoint is an all-in-one file. | |
| vae | VAE | Required -- a checkpoint is an all-in-one file. | |
| filename_prefix | STRING | checkpoints/LC_ModelBuilder | Subfolder/prefix under the output directory. |
| enabled | BOOLEAN | true | Off = skip the save entirely (no file written), without physically bypassing the node. Convert to an input to gate saving from a switch elsewhere in the graph. |
| embed_workflow | BOOLEAN | true | Include the prompt and workflow JSON in the saved file's metadata. Turn off before sharing/publishing a checkpoint if you don't want your exact node graph attached. |
Outputs (0)
No outputs