> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# BasicGuider - ComfyUI Built-in Node Documentation

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

> 本文档由AI生成。如果您发现任何错误或有改进建议，请随时贡献！[在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/BasicGuider/zh.md)

BasicGuider 节点为采样过程创建一个简单的引导机制。它接收模型和条件数据作为输入，并生成一个引导器对象，该对象可在采样过程中用于引导生成过程。此节点提供了受控生成所需的基础引导功能。

## 输入参数

| 参数   | 数据类型         | 输入类型 | 默认值 | 取值范围 | 描述          |
| ---- | ------------ | ---- | --- | ---- | ----------- |
| `模型` | MODEL        | 必填   | -   | -    | 用于引导的模型     |
| `条件` | CONDITIONING | 必填   | -   | -    | 引导生成过程的条件数据 |

## 输出结果

| 输出名称     | 数据类型   | 描述                  |
| -------- | ------ | ------------------- |
| `GUIDER` | GUIDER | 可在采样过程中用于引导生成的引导器对象 |
