> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ModelSamplingContinuousEDM - ComfyUI Built-in Node Documentation

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

このノードは、連続EDM（エネルギーベース拡散モデル）サンプリング技術を統合することで、モデルのサンプリング機能を強化するために設計されています。これにより、モデルのサンプリングプロセス内でノイズレベルを動的に調整でき、生成品質と多様性をより精密に制御できるようになります。

## 入力

| パラメータ       | 説明                                                                                        | データ型           | Python dtype      |
| ----------- | ----------------------------------------------------------------------------------------- | -------------- | ----------------- |
| `モデル`       | 連続EDMサンプリング機能で強化されるモデルです。高度なサンプリング技術を適用するための基盤となります。                                      | `MODEL`        | `torch.nn.Module` |
| `サンプリング`    | 適用するサンプリングの種類を指定します。'eps'はイプシロンサンプリング、'v\_prediction'は速度予測を表し、サンプリングプロセス中のモデルの動作に影響を与えます。 | COMBO\[STRING] | `str`             |
| `sigma_max` | ノイズレベルの最大シグマ値です。サンプリング中のノイズ注入プロセスにおける上限を制御できます。                                           | `FLOAT`        | `float`           |
| `sigma_min` | ノイズレベルの最小シグマ値です。ノイズ注入の下限を設定し、モデルのサンプリング精度に影響を与えます。                                        | `FLOAT`        | `float`           |

## 出力

| パラメータ | 説明                                                    | データ型  | Python dtype      |
| ----- | ----------------------------------------------------- | ----- | ----------------- |
| `モデル` | 連続EDMサンプリング機能が統合された強化済みモデルです。生成タスクでさらに使用できる状態になっています。 | MODEL | `torch.nn.Module` |

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