infery
← All models

Creative Upscaler

creative-upscaler

Image upscaleby infery

Create creative upscaled images.

Details

Accepts
image

Pricing

Price
0.156 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seed The same seed and the same prompt given to the same version of Stable Diffusion will output the same image every time.
scalenumberThe scale of the output image. The higher the scale, the bigger the output image will be.
detailnumberHow much detail to add
promptThe 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.
image_urlrequiredstringThe image to upscale.
skip_ccsrboolean If set to true, the image will not be processed by the CCSR model before being processed by the creativity model.
creativitynumberHow much the output can deviate from the original
model_typestringenum: SD_1_5, SDXLThe type of model to use for the upscaling. Default is SD_1_5
prompt_suffixstringThe 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.
base_model_urlThe URL to the base model to use for the upscaling
guidance_scalenumber 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.
negative_promptstring The negative prompt to use.Use it to address details that you don't want in the image. This could be colors, objects, scenery and even the small details (e.g. moustache, blurry, low resolution).
shape_preservationnumberHow much to preserve the shape of the original image
additional_lora_urlstringThe URL to the additional LORA model to use for the upscaling. Default is None
num_inference_stepsinteger 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.
enable_safety_checksboolean 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.
override_size_limitsboolean Allow for large uploads that could take a very long time.
additional_lora_scalenumberThe scale of the additional LORA model to use for the upscaling. Default is 1.0
additional_embedding_urlstringThe URL to the additional embeddings to use for the upscaling. Default is None

Output

FieldTypeDescription
seedinteger Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed.
imageThe generated image file info.