> ## 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 組み込みノードのドキュメント

> ComfyUI における ModelSamplingSD3 ノードの完全なドキュメントです。入力、出力、パラメーターおよび使用方法について学びましょう。

> このドキュメントは AI によって生成されました。誤りを発見された場合、または改善に関するご提案がある場合は、ぜひご貢献ください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ModelSamplingSD3/en.md)

ModelSamplingSD3 ノードは、Stable Diffusion 3 のサンプリングパラメーターをモデルに適用します。このノードは、サンプリング分布の特性を制御する「シフト（偏移）」パラメーターを調整することで、モデルのサンプリング動作を変更します。また、指定されたサンプリング設定を適用した入力モデルの変更済みコピーを作成します。

## 入力

| パラメーター  | データ型  | 必須 | 範囲          | 説明                                     |
| ------- | ----- | -- | ----------- | -------------------------------------- |
| `model` | MODEL | はい | -           | SD3 サンプリングパラメーターを適用する入力モデル             |
| `shift` | FLOAT | はい | 0.0 ～ 100.0 | サンプリングのシフト（偏移）パラメーターを制御します（デフォルト値：3.0） |

## 出力

| 出力名     | データ型  | 説明                            |
| ------- | ----- | ----------------------------- |
| `model` | MODEL | SD3 サンプリングパラメーターが適用された変更済みモデル |
