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.

By lonecatone23·Created about 18 hours ago·Updated about 18 hours ago· 0
LC Checkpoint Save
  • model
  • clip
  • vae
    ◄filename_prefixcheckpoints/LC_ModelBuilder►
    ◄enabledtrue►
    ◄embed_workflowtrue►
    CategoryLC ModelBuilder

    Inputs (6)

    NameTypeDefaultDescription
    modelMODELDiffusion model to save.
    clipCLIPRequired -- a checkpoint is an all-in-one file.
    vaeVAERequired -- a checkpoint is an all-in-one file.
    filename_prefixSTRINGcheckpoints/LC_ModelBuilderSubfolder/prefix under the output directory.
    enabledBOOLEANtrueOff = 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_workflowBOOLEANtrueInclude 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