ComfyUI Node
XLatentSave
Save latent to ComfyUI output directory with custom filename, subfolder, and datetime placeholders
XLatentSave
- latent
- latent
- save_path
◄filename_prefixComfyUI_%Y%-%m%-%d%_%H%-%M%-%S%►
◄subfolderLatents►
Category♾️ Xz3r0/File-Processing
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | Input latent tensor to save | |
| filename_prefix | STRING | ComfyUI_%Y%-%m%-%d%_%H%-%M%-%S% | Filename prefix, supports datetime placeholders: %Y%, %m%, %d%, %H%, %M%, %S% |
| subfolder | STRING | Latents | Subfolder name (no path separators allowed), supports datetime placeholders: %Y%, %m%, %d%, %H%, %M%, %S% |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | Original input latent (passed through) |
| save_path | STRING | Saved file path relative to ComfyUI output directory |