> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# SaveConditioning - ComfyUI Built-in Node Documentation

> This node saves a single conditioning to the output folder as a safetensors file.

This node saves a single conditioning to the output folder as a safetensors file. The saved file can be moved to the models/embeddings folder and loaded later with Load Conditioning, for example to skip the text encoder. The node passes the conditioning through unchanged so it can still be used later in the workflow.

## Inputs

| Parameter         | Description                                                                                                                                         | Data Type    | Required | Range |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | -------- | ----- |
| `conditioning`    | The conditioning to save. Only a single conditioning entry is supported.                                                                            | CONDITIONING | Yes      | -     |
| `filename_prefix` | Prefix used to build the output filename. The file is written to the output folder with a numeric counter appended. Default: `conditioning/ComfyUI` | STRING       | Yes      | -     |

**Notes:**

* If the `conditioning` input contains more than one entry (for example after combining conditionings), the node raises an error: "Save Conditioning supports a single conditioning entry, save it before combining."
* Conditioning options that are tensors, lists/tuples of tensors, booleans, integers, floats, or strings are saved alongside the conditioning. Options that are `None` are skipped. Any other option type raises an error stating the option cannot be saved.

## Outputs

| Output Name    | Description                                          | Data Type    |
| -------------- | ---------------------------------------------------- | ------------ |
| `conditioning` | The same conditioning that was passed in, unchanged. | CONDITIONING |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SaveConditioning/en.md)

***

**Source fingerprint (SHA-256):** `07b7d2be5262c4782f237138d034b130322507e62ae8775b9c94634df8e7a3fa`
