infery
← All models

Clarity Upscaler

fal-ai/clarity-upscaler

Image upscaleby Clarity Upscaler

Clarity upscaler for upscaling images with high very fidelity.

Details

Accepts
image

Pricing

Price
3.75 cr / megapixel

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.
promptstringThe prompt to use for generating the image. Be as descriptive as possible for best results.
image_urlrequiredstringThe URL of the image to upscale.
creativitynumber The creativity of the model. The higher the creativity, the more the model will deviate from the prompt. Refers to the denoise strength of the sampling.
resemblancenumber The resemblance of the upscaled image to the original image. The higher the resemblance, the more the model will try to keep the original image. Refers to the strength of the ControlNet.
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.
upscale_factornumberThe upscale factor
negative_promptstringThe negative prompt to use. Use it to address details that you don't want in the image.
num_inference_stepsintegerThe number of inference steps to perform.
enable_safety_checkerbooleanIf set to false, the safety checker will be disabled.

Output

FieldTypeDescription
seedintegerThe seed used to generate the image.
imageThe URL of the generated image.
timingsobjectThe timings of the different steps in the workflow.