upscale_image
Upscale an image by fetching the source URL, applying a selected upscaler model (e.g., ESRGAN, SwinIR) through ComfyUI, and returning the output URL. Requires the upscaler model file in ComfyUI's models/upscale_models/ directory.
Instructions
Upscale an image using a loaded upscaler model (ESRGAN, SwinIR, etc.). Fetches the source image, uploads to ComfyUI, runs the upscale node, and returns the output URL. Requires at least one upscaler model in ComfyUI's models/upscale_models/ directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_image_url | Yes | URL of the image to upscale. Will be fetched and uploaded to ComfyUI. | |
| upscale_model | Yes | Upscaler model filename (e.g. RealESRGAN_x4plus.pth). Use list_models with kind=upscalers to see what's installed. |