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

# ImageUpscaleWithModel - ComfyUI Built-in Node Documentation

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

このノードは、指定されたアップスケールモデルを使用して画像をアップスケールするために設計されています。画像を適切なデバイスに調整し、メモリ使用量を最適化し、メモリ不足エラーを防ぐためにアップスケールモデルをタイル状に適用することで、アップスケール処理を効率的に管理します。

## 入力

| パラメータ   | 説明                                                             | Comfy dtype     |
| ------- | -------------------------------------------------------------- | --------------- |
| `拡大モデル` | 画像のアップスケールに使用するアップスケールモデルです。アップスケールアルゴリズムとそのパラメータを定義するために重要です。 | `UPSCALE_MODEL` |
| `画像`    | アップスケールする画像です。この入力は、アップスケール処理の対象となるソースコンテンツを決定するために不可欠です。      | `IMAGE`         |

## 出力

| パラメータ | 説明                                                                         | データ型    |
| ----- | -------------------------------------------------------------------------- | ------- |
| `画像`  | アップスケールモデルによって処理された、アップスケール後の画像です。この出力はアップスケール操作の結果であり、解像度や品質が向上した状態を示します。 | `IMAGE` |

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