Creative Upscaler
/v1/runCreative Upscaler is sandbase-ai's intelligent image editing model. Transform, retouch, and reimagine existing images using text prompts - from background replacement to artistic style conversion.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to sandbase-ai/creative-upscaler.
Default: sandbase-ai/creative-upscaler
The prompt to use for generating the image. Be as descriptive as possible for best results. If no prompt is provide BLIP2 will be used to generate a prompt.
The image to upscale.
The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you.
Range: 0 to 16
Default: 7.5
The number of inference steps to use for generating the image. The more steps the better the image will be but it will also take longer to generate.
Range: 1 to 200
Default: 20
The suffix to add to the prompt. This is useful to add a common ending to all prompts such as 'high quality' etc or embedding tokens.
Default: high quality, highly detailed, high resolution, sharp
The scale of the additional LORA model to use for the upscaling. Default is 1.0
Default: 1
The URL to the base model to use for the upscaling
The type of model to use for the upscaling. Default is SD_1_5
Allowed values: SD_1_5, SDXL
Default: SD_1_5
The scale of the output image. The higher the scale, the bigger the output image will be.
Range: 1 to 5
Default: 2
The URL to the additional embeddings to use for the upscaling. Default is None
How much detail to add
Range: 0 to 5
Default: 1
If set to true, the image will not be processed by the CCSR model before being processed by the creativity model.
Default: false
How much to preserve the shape of the original image
Range: 0 to 3
Default: 0.25
How much the output can deviate from the original
Range: 0 to 1
Default: 0.5
If set to true, the resulting image will be checked whether it includes any potentially unsafe content. If it does, it will be replaced with a black image.
Default: true
The URL to the additional LORA model to use for the upscaling. Default is None
Allow for large uploads that could take a very long time.
Default: false
The same seed and the same prompt given to the same version of Stable Diffusion will output the same image every time.
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: image-to-image
Execution mode declared by the model registry.
Default: async

