Nodes/ComfyUI_LC_ModelBuilder_nodes/LC Diffusion Model Save
ComfyUI Node

LC Diffusion Model Save

Save just the diffusion model -- no clip, no vae. Same mechanism and metadata as LC Checkpoint Save (comfy.sd.save_checkpoint(), core's modelspec detection), just without the text encoder / VAE half of an all-in-one file. Loads back fine through the stock Load Diffusion Model node -- it auto-strips the model.diffusion_model. prefix this save path applies. Same enabled and embed_workflow toggles as LC Checkpoint Save.

By lonecatone23·Created about 18 hours ago·Updated about 18 hours ago· 0
LC Diffusion Model Save
  • model
    ◄filename_prefixdiffusion_models/LC_ModelBuilder►
    ◄enabledtrue►
    ◄embed_workflowtrue►
    CategoryLC ModelBuilder

    Inputs (4)

    NameTypeDefaultDescription
    modelMODELDiffusion model to save. No clip/vae -- model only.
    filename_prefixSTRINGdiffusion_models/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