SandBase is live — $1 in free credits on signupStart free ›

sandbase-ai modelsimage generation api

sandbase-ai/creative-upscaler

Creative 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.

Input
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.

PNG, JPEG, WebP, or GIF · 20 MiB maximum

The image to upscale.
016
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.
1200
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.
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.
The scale of the additional LORA model to use for the upscaling. Default is 1.0
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.
15
The scale of the output image. The higher the scale, the bigger the output image will be. Range: 1 to 5.
The URL to the additional embeddings to use for the upscaling. Default is None
05
How much detail to add Range: 0 to 5.
If set to true, the image will not be processed by the CCSR model before being processed by the creativity model.
03
How much to preserve the shape of the original image Range: 0 to 3.
01
How much the output can deviate from the original Range: 0 to 1.
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.
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.
The same seed and the same prompt given to the same version of Stable Diffusion will output the same image every time.
Idle

Example output — click Run to generate your own

API README

Creative Upscaler

Creative Upscaler occupies the image-enlargement role in the model catalog for creative-operations teams. Its practical value is to separate this job from adjacent family routes: an upstream service can confirm that it has prompt, image, submit one well-scoped job, and receive an enhanced image asset for downstream approval. This positioning explains when the exact sandbase-ai/creative-upscaler route belongs in an architecture without borrowing promises from another version, tier, or task variant.

A dependable operating cycle begins by checking the campaign objective, review rubric, and export requirement. The caller records required values separately from optional choices such as seed, scale, detail, skip_ccsr, creativity, model_type, runs a small representative sample, and stores the route name with the resulting artifact. Reviewers then compare that artifact with the agreed acceptance criteria, document any rejected setup, and promote only a successful request shape into larger batches. This workflow gives sandbase-ai/creative-upscaler measurable business context while leaving the Highlights section to explain model behavior.

Highlights

  • Detail-conscious enlargement. Creative Upscaler increases image scale while reconstructing texture that basic interpolation would leave soft.
  • Source-guided enhancement. The original image remains the visual anchor, so Creative Upscaler improves presentation without asking for a new scene.
  • Finishing-stage utility. Creative Upscaler fits after selection, when a chosen visual needs cleaner edges and more usable display dimensions.
  • Creative recovery. This route can strengthen perceived detail in compressed or undersized source material before export.

Pricing

Billing optionPrice
Per request$0.001250

When to Use

ScenarioWhy it fits
Choose Creative UpscalerUse it when the job specifically calls for creative upscaler and the route’s documented input contract matches assets already available in your workflow.
Keep the request reproducibleUse the required image, prompt explicitly, then record optional choices alongside the prompt for repeatable reruns.
Build controlled creative variationsChange one declared control at a time when comparing framing, format, duration, resolution, style, or other route-supported output decisions.
Integrate asynchronous deliveryUse this endpoint when an application can submit work, track completion, and collect the returned media URL instead of requiring an immediate inline artifact.
Validate before a large batchRun representative prompts and source assets first, confirm the visual or audio behavior, then lock the successful request shape for scaled production.

Prompt Guide

Lead with the subject or transformation, then add the composition, environment, style, lighting, motion, voice, or fidelity details relevant to this route. Keep every parameter inside the documented schema; the example below uses only fields declared for sandbase-ai/creative-upscaler.

{
  "image": "https://static.sandbase.ai/examples/bytedance/seedvr/upscale/image/input_image_0.png",
  "prompt": "A polished editorial composition with clear subject, lighting, color, and camera direction.",
  "model_type": "SD_1_5"
}

Technical Specs

SpecificationDetails
Model IDsandbase-ai/creative-upscaler
Execution modeasync
Task typeimage
seedinteger · optional
imagestring · required
scalenumber · optional · min 1 · max 5
detailnumber · optional · min 0 · max 5
promptstring · required
skip_ccsrboolean · optional
creativitynumber · optional · min 0 · max 1
model_typestring · optional · choices: SD_1_5, SDXL
prompt_suffixstring · optional
base_model_urlstring · optional
guidance_scalenumber · optional · min 0 · max 16
shape_preservationnumber · optional · min 0 · max 3
additional_lora_urlstring · optional
num_inference_stepsinteger · optional · min 1 · max 200
enable_safety_checksboolean · optional
override_size_limitsboolean · optional
additional_lora_scalenumber · optional
additional_embedding_urlstring · optional

Related Models

Related Models