Genarate image in high resolution

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."
        }
    }
}

Last updated