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

# StyleModelApply - ComfyUI Built-in Node Documentation

> Complete documentation for the StyleModelApply node in ComfyUI. Learn its inputs, outputs, parameters and usage.

This node applies a style model to a given conditioning, enhancing or altering its style based on the output of a CLIP vision model. It integrates the style model's conditioning into the existing conditioning, allowing for a seamless blend of styles in the generation process.

## Inputs

### Required

| Parameter            | Comfy dtype          | Description                                                                                                                                                                   |
| -------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `conditioning`       | `CONDITIONING`       | The original conditioning data to which the style model's conditioning will be applied. It's crucial for defining the base context or style that will be enhanced or altered. |
| `style_model`        | `STYLE_MODEL`        | The style model used to generate new conditioning based on the CLIP vision model's output. It plays a key role in defining the new style to be applied.                       |
| `clip_vision_output` | `CLIP_VISION_OUTPUT` | The output from a CLIP vision model, which is used by the style model to generate new conditioning. It provides the visual context necessary for style application.           |

## Outputs

| Parameter      | Comfy dtype    | Description                                                                                                                                                            |
| -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `conditioning` | `CONDITIONING` | The enhanced or altered conditioning, incorporating the style model's output. It represents the final, styled conditioning ready for further processing or generation. |
