> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec-2b9c2cf.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# KSamplerSelect - ComfyUI Built-in Node Documentation

> The KSamplerSelect node is designed to select a specific sampler based on the provided sampler name.

The KSamplerSelect node is designed to select a specific sampler based on the provided sampler name. It abstracts the complexity of sampler selection, allowing users to easily switch between different sampling strategies for their tasks.

## Inputs

| Parameter      | Description                                                                                                                                                            | Data Type      |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| `sampler_name` | Specifies the name of the sampler to be selected. This parameter determines which sampling strategy will be used, impacting the overall sampling behavior and results. | COMBO\[STRING] |

## Outputs

| Parameter | Description                                                               | Data Type |
| --------- | ------------------------------------------------------------------------- | --------- |
| `sampler` | Returns the selected sampler object, ready to be used for sampling tasks. | `SAMPLER` |

> 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/KSamplerSelect/en.md)
