ComfyUI Node
💾 Save LDM Checkpoint
Saves the full LDM pipeline (UNet + BERT encoder + VAE + noise schedule) as a single .safetensors file in ComfyUI/models/ldm. Keys are written with original CompVis prefixes: • model.diffusion_model.* (UNet) • cond_stage_model.transformer.* (BERT text encoder) • first_stage_model.* (VAE) • 12 noise-schedule tensors (betas, alphas_cumprod, etc.) All tensors are saved in the precision the model was loaded with (fp32 / fp16 / bf16). model_ema weights are not saved.
💾 Save LDM Checkpoint
- model
- bert
- vae
◄filenameldm_f8►
CategoryLDM
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | LDM_MODEL | MODEL output from Load LDM Checkpoint. | |
| bert | LDM_BERT | BERT output from Load LDM Checkpoint. | |
| vae | LDM_VAE | VAE output from Load LDM Checkpoint. | |
| filename | STRING | ldm_f8 | Output filename in models/ldm. The .safetensors extension is appended automatically. |
Outputs (0)
No outputs