comfyui_upscale_image
Upscale an image already uploaded to ComfyUI using a model-based upscaler. Provide the image filename and select an upscale model to increase resolution by the model's scale factor.
Instructions
Upscale an image using a model-based upscaler.
The input image must already be uploaded to ComfyUI via comfyui_upload_image.
The scale factor is determined by the upscale model (e.g. RealESRGAN_x4plus = 4x).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | If True, block until complete and return result | |
| image | Yes | Filename of the image in ComfyUI's input directory | |
| upscale_model | No | Name of the upscale model file. Use comfyui_list_models with folder='upscale_models' to see available models. | RealESRGAN_x4plus.pth |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||