upscale_image
Increase image resolution by 2x or 4x using AI. Requires Google Cloud Vertex AI credentials.
Instructions
Upscale an image to higher resolution (requires Vertex AI).
This feature requires Google Cloud Vertex AI credentials. Set GOOGLE_CLOUD_PROJECT environment variable to enable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Path to the image to upscale | |
| output_format | No | Output format (png, jpeg, webp) | png |
| upscale_factor | No | Scale factor: "x2" (double) or "x4" (quadruple) | x2 |
| output_filename | No | Custom output filename (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||