ComfyUI Extension
ComfyUI Conditioning Saver
Save and load CONDITIONING tensors to or from files, enabling reuse of encoded prompts and caching expensive CLIP encodings across workflows.
nicehero/comfyui-conditioning-saver
Nodes2
On cloudLocal install
Categoryconditioning
Stars2
Updated3 months ago
Readme
ComfyUI Conditioning Saver
Save and load CONDITIONING variables to/from files, enabling reuse of encoded prompts across workflows.
Nodes
SaveConditioning
Saves any CONDITIONING input to a .cond file in the output/conditioning/ directory.
Inputs:
conditioning— The CONDITIONING to savefilename_prefix— Output filename prefix (default:conditioning/ComfyUI)
LoadConditioning
Loads a .cond file from the input/conditioning/ directory.
Inputs:
conditioning_file— Select from available.condfiles
Outputs:
CONDITIONING— The loaded conditioning
Usage
- Add SaveConditioning to your workflow, connect any CONDITIONING output
- Run the workflow — the
.condfile is saved tooutput/conditioning/ - Move the
.condfile toinput/conditioning/ - Use LoadConditioning in any workflow to reload it
This is useful for caching expensive CLIP encodings or sharing conditioning between workflows without re-encoding.