API Documentation
  • Welcome!
  • Quick Start
  • API methods
  • Easy integration
  • Handling Large File Sets
  • Supported formats
  • Webhooks
  • Common usecases
    • Auto enhance image quality
    • Create business photo or avatar from face image
    • Face swap
    • Create beautiful product photo
    • Genarate image in high resolution
    • Remove background
    • AI Drawing to Image - Doodle
    • Real estate
    • Enhancing documents
    • Car dealer photo
  • Image processing
    • Resize and padding
    • Denoise and sharpen
    • Enhance lighting and colors
    • Enhance face details
    • Background removal and generation
    • Image generation
    • Inpainting and outpainting (uncrop)
    • Frame identification
    • Print
    • Captions
    • Additional parameters
    • Presets
  • Account & settings
    • Account information
  • storages
    • Description
    • AWS S3
    • AWS S3 IAM Configuration
  • Presets
    • E-commerce
    • Real-estate
    • Print/Photo
    • Digital Art
  • Technology
    • Algorithms
    • Upscale
    • Background removal
      • Remove BG recommendation
    • Sharpen & Noise reduction
    • Enhance Lighting
  • FAQ
Powered by GitBook
On this page
  1. Common usecases

Genarate image in high resolution

PreviousCreate beautiful product photoNextRemove background

Last updated 6 months ago

This feature allows for creating high-quality, large-format images with stable diffusion, a powerful AI model for interpreting descriptive prompts. You can always specify the exact width and height of the image, and AI-based upscaling will adjust the output to these dimensions. For even finer detail, an optional generative_upscale parameter allows diffusion model-based upscaling, which enhances resolution and textures specifically with generative diffusion, resulting in rich, refined details.

When generative_upscale is set to true, the diffusion model handles the upscaling to the specified dimensions, preserving fine details and textures. This option is ideal for use cases where the highest visual quality is required, such as large displays or print.

{
    "width": 2048,
    "height": 1024,
    "generative_upscale": true,
    "background": {
        "generate": {
            "description": "small cottage and cows eating grass on the green fields. Sunset."
        }
    }
}