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

# ModelSamplingSD3 - ComfyUI Built-in Node Documentation

> Complete documentation for the ModelSamplingSD3 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/ModelSamplingSD3/zh.md)

ModelSamplingSD3 节点将 Stable Diffusion 3 采样参数应用于模型。该节点通过调整控制采样分布特性的偏移参数，来修改模型的采样行为。它会创建一个应用了指定采样配置的输入模型副本。

## 输入参数

| 参数名  | 数据类型  | 必填 | 取值范围        | 描述                |
| ---- | ----- | -- | ----------- | ----------------- |
| `模型` | MODEL | 是  | -           | 要应用 SD3 采样参数的输入模型 |
| `移位` | FLOAT | 是  | 0.0 - 100.0 | 控制采样偏移参数（默认值：3.0） |

## 输出结果

| 输出名称 | 数据类型  | 描述                 |
| ---- | ----- | ------------------ |
| `模型` | MODEL | 应用了 SD3 采样参数的修改后模型 |
