> ## 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.

# ConditioningLoader - ComfyUI Built-in Node Documentation

> This node loads a conditioning that was previously saved with the Save Conditioning node, or any safetensors file that contains a conditioning tensor, from the embeddings folder.

This node loads a conditioning that was previously saved with the Save Conditioning node, or any safetensors file that contains a `conditioning` tensor, from the embeddings folder. It also restores any extra options and numbered list values stored alongside the conditioning.

## Inputs

| Parameter           | Description                                                                                                                  | Data Type | Required | Range                              |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ---------------------------------- |
| `conditioning_name` | The file to load from the embeddings folder. The list of choices is built from the files currently available in that folder. | COMBO     | Yes      | All files in the embeddings folder |

**Note:** The selected file must contain a `conditioning` tensor. Any additional keys stored in the file are restored: numbered keys (for example `key.0`, `key.1`) are grouped back into ordered lists, and other keys are restored as plain options. Extra options are read from the file's `conditioning_options` metadata when present.

## Outputs

| Output Name    | Description                                                                | Data Type    |
| -------------- | -------------------------------------------------------------------------- | ------------ |
| `CONDITIONING` | The conditioning loaded from the file, together with the restored options. | 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/ConditioningLoader/en.md)

***

**Source fingerprint (SHA-256):** `08fc58bcaa2309fcf03d4e4cc634b930aaf6ccf8097181fd3d45924abda144eb`
