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.

By Winlensky·Created a day ago·Updated about 12 hours ago· 1
💾 Save LDM Checkpoint
  • model
  • bert
  • vae
    filenameldm_f8
    CategoryLDM

    Inputs (4)

    NameTypeDefaultDescription
    modelLDM_MODELMODEL output from Load LDM Checkpoint.
    bertLDM_BERTBERT output from Load LDM Checkpoint.
    vaeLDM_VAEVAE output from Load LDM Checkpoint.
    filenameSTRINGldm_f8Output filename in models/ldm. The .safetensors extension is appended automatically.

    Outputs (0)

    No outputs