本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献!在 GitHub 上编辑
Noise
AddNoise - ComfyUI Built-in Node Documentation
Complete documentation for the AddNoise 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 AddNoise node in ComfyUI. Learn its inputs, outputs, parameters and usage.
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献!在 GitHub 上编辑
| 参数 | 数据类型 | 输入类型 | 默认值 | 范围 | 描述 |
|---|---|---|---|---|---|
模型 | MODEL | 必填 | - | - | 包含采样参数和处理函数的模型 |
噪波 | NOISE | 必填 | - | - | 产生基础噪声模式的噪声生成器 |
Sigmas | SIGMAS | 必填 | - | - | 控制噪声缩放强度的 sigma 值 |
Latent | LATENT | 必填 | - | - | 将要添加噪声的输入潜在表示 |
| 输出名称 | 数据类型 | 描述 |
|---|---|---|
LATENT | LATENT | 带有添加噪声的修改后潜在表示 |