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

# SamplerDPMAdaptative - ComfyUI Built-in Node Documentation

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

SamplerDPMAdaptative ノードは、サンプリングプロセス中にステップサイズを自動的に調整する適応型DPM（拡散確率モデル）サンプラーを実装します。許容誤差ベースの誤差制御を使用して最適なステップサイズを決定し、計算効率とサンプリング精度のバランスを取ります。この適応的アプローチは、必要なステップ数を削減しながら品質を維持するのに役立ちます。

## 入力

| パラメータ           | 説明                           | データ型  | 必須 | 範囲        |
| --------------- | ---------------------------- | ----- | -- | --------- |
| `順序`            | サンプラー手法の次数（デフォルト：3）          | INT   | はい | 2-3       |
| `rtol`          | 誤差制御のための相対許容誤差（デフォルト：0.05）   | FLOAT | はい | 0.0-100.0 |
| `atol`          | 誤差制御のための絶対許容誤差（デフォルト：0.0078） | FLOAT | はい | 0.0-100.0 |
| `h_init`        | 初期ステップサイズ（デフォルト：0.05）        | FLOAT | はい | 0.0-100.0 |
| `pcoeff`        | ステップサイズ制御の比例係数（デフォルト：0.0）    | FLOAT | はい | 0.0-100.0 |
| `icoeff`        | ステップサイズ制御の積分係数（デフォルト：1.0）    | FLOAT | はい | 0.0-100.0 |
| `dcoeff`        | ステップサイズ制御の微分係数（デフォルト：0.0）    | FLOAT | はい | 0.0-100.0 |
| `accept_safety` | ステップ受け入れの安全係数（デフォルト：0.81）    | FLOAT | はい | 0.0-100.0 |
| `eta`           | 確率性パラメータ（デフォルト：0.0）          | FLOAT | はい | 0.0-100.0 |
| `s_noise`       | ノイズスケーリング係数（デフォルト：1.0）       | FLOAT | はい | 0.0-100.0 |

## 出力

| 出力名       | 説明                          | データ型    |
| --------- | --------------------------- | ------- |
| `sampler` | 設定済みのDPM適応型サンプラーインスタンスを返します | SAMPLER |

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

***

**Source fingerprint (SHA-256):** `2815ba8c3325d3d099de685edc99e9ff8e90736c1f4bd0188165969179cb99fa`
