Redefine

Generative diffusion model adds new detail with prompt-based enhancement

Model Overview

Redefine is a generative image enhancement model designed to add new detail and rebuild structure when original image information is missing or degraded. Unlike precision upscaling models, Redefine can generate photorealistic detail to restore clarity in blurry, low-resolution, or damaged images.

Redefine is also the only local, prompt-driven generative image model available, giving artists direct control over generation without relying on cloud processing. Users can guide results using image prompts, creativity controls, and texture settings, making Redefine especially valuable for CGI, VFX, and creative workflows that require generative flexibility while working entirely on local hardware.

Key Capabilities

  • Generative enhancement that adds new detail and structure; local and cloud

  • Prompt-driven control for creative and VFX workflows without cloud dependency

  • Powerful recovery of blurry, low-resolution, and heavily degraded images

Model Pricing

Output MP

1
4
8
16
24
32
40
50
64
100

Credits

1
1
2
4
6
8
10
13
16
25

Getting Started

Endpoint

chevron-rightEndpoint-Specific Parametershashtag
  • face_enhancement — boolean

    • Leverages our face recovery model to enhance faces.

  • face_enhancement_strength — decimal between 0 and 1 (required if face_enhancement=true)

    • Sets the strength of the face recovery.

  • face_enhancement_creativity — decimal between 0 and 1 (required if face_enhancement=true)

    • Choose realistic or creative face recovery.

  • subject_detection"foreground", "background", or "all"

    • Choose where enhancements are applied.

  • prompt — string, default ""; max 1024 char

    • A description of the resulting image you are looking for. The model responds more to a descriptive statement versus a directive one. For example, use the phrase "girl with red hair and blue eyes" instead of "change the girl's hair to red and make her eyes blue"

  • autoprompt — boolean (if enabled, ignores value given to prompt)

    • Whether you want to use our state-of-the-art auto-prompting model to auto-generate a prompt for you.

  • creativity — integer between 1 and 9, default 3

    • Lower creativity values maintain the highest fidelity to the original image. Higher values take more liberties and provide more creative results for specific details.

  • texture — integer between 1 and 5 (recommend 1 at low creativity, 3 at higher creativity)

    • Add texture to the image. Recommend setting texture to 1 for at a low creativity level, and 3 for more creative results at a higher creativity level.

  • sharpen — decimal between 0 and 1

    • Slightly sharpens the image.

  • denoise — decimal between 0 and 1

    • Reduces noise in the image.

  • detail — boolean, default false

    • Adjusts the level of added detail after rendering.

  • detail_strength — decimal between 0 and 10 (required if detail=true)

    • Sets the strength of the detail.

These parameters should be appended as key-value fields in the form-data request bodies (i.e. alongside the model, output_height, and face_enhancement etc. fields). Any parameters not explicitly provided are automatically configured by our auto-parameter model. Extra parameters provided that are not supported are ignored.

Model-Specific Parameters

  • No parameters

Resolution Limits

  • input — 256 MP

  • output — 256 MP

Examples

Last updated