← All models
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
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of Stable Diffusion will output the same image every time. |
| prompt | string | The prompt to use for generating the image. Be as descriptive as possible for best results. |
| image_urlrequired | string | The URL of the image to upscale. |
| creativity | number | 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. |
| resemblance | number | 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_scale | number | 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_factor | number | The upscale factor |
| negative_prompt | string | The negative prompt to use. Use it to address details that you don't want in the image. |
| num_inference_steps | integer | The number of inference steps to perform. |
| enable_safety_checker | boolean | If set to false, the safety checker will be disabled. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used to generate the image. |
| image | — | The URL of the generated image. |
| timings | object | The timings of the different steps in the workflow. |