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.
LC Diffusion Model Save
- model
◄filename_prefixdiffusion_models/LC_ModelBuilder►
◄enabledtrue►
◄embed_workflowtrue►
CategoryLC ModelBuilder
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Diffusion model to save. No clip/vae -- model only. | |
| filename_prefix | STRING | diffusion_models/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