upscale_images
Enhance image quality by upscaling one or more images using Stable Diffusion models, with options to resize by multiplier or specific dimensions, and save to a custom output directory.
Instructions
Upscale one or more images using Stable Diffusion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
images | Yes | Array of image file paths to upscale | |
output_path | No | Custom output directory for upscaled images | |
resize_mode | No | 0 for multiplier mode (default), 1 for dimension mode | |
upscaler_1 | No | Primary upscaler model (default: R-ESRGAN 4x+) | |
upscaler_2 | No | Secondary upscaler model (default: None) | |
upscaling_resize | No | Upscale multiplier (default: 4) - used when resize_mode is 0 | |
upscaling_resize_h | No | Target height in pixels (default: 512) - used when resize_mode is 1 | |
upscaling_resize_w | No | Target width in pixels (default: 512) - used when resize_mode is 1 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Image Generation MCP Server
Related Tools
- @Ichigo3766/image-gen-mcp
- @tadasant/mcp-server-stability-ai
- @qpd-v/mcp-image-downloader
- @rmcendarfer2017/MCP-image-gen
- @maoxiaoke/mcp-media-processor