本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Controlnet
ControlNetApplySD3 - ComfyUI Built-in Node Documentation
Complete documentation for the ControlNetApplySD3 node in ComfyUI. Learn its inputs, outputs, parameters and usage.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the ControlNetApplySD3 node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
| 参数 | 数据类型 | 必需 | 范围 | 描述 |
|---|---|---|---|---|
正面条件 | CONDITIONING | 是 | - | 要应用 ControlNet 引导的正向条件输入 |
负面条件 | CONDITIONING | 是 | - | 要应用 ControlNet 引导的负向条件输入 |
ControlNet | CONTROL_NET | 是 | - | 用于引导的 ControlNet 模型 |
vae | VAE | 是 | - | 过程中使用的 VAE 模型 |
图像 | IMAGE | 是 | - | ControlNet 将用作引导的输入图像 |
强度 | FLOAT | 是 | 0.0 - 10.0 | ControlNet 效果的强度(默认值:1.0) |
开始百分比 | FLOAT | 是 | 0.0 - 1.0 | ControlNet 开始应用的生成过程起始点(默认值:0.0) |
结束百分比 | FLOAT | 是 | 0.0 - 1.0 | ControlNet 停止应用的生成过程结束点(默认值:1.0) |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
负面条件 | CONDITIONING | 应用了 ControlNet 引导的修改后正向条件输入 |
负面条件 | CONDITIONING | 应用了 ControlNet 引导的修改后负向条件输入 |