← 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
| 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. |
| scale | number | The scale of the output image. The higher the scale, the bigger the output image will be. |
| detail | number | How much detail to add |
| prompt | — | 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. |
| image_urlrequired | string | The image to upscale. |
| skip_ccsr | boolean | If set to true, the image will not be processed by the CCSR model before being processed by the creativity model. |
| creativity | number | How much the output can deviate from the original |
| model_type | stringenum: SD_1_5, SDXL | The type of model to use for the upscaling. Default is SD_1_5 |
| prompt_suffix | string | 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. |
| base_model_url | — | The URL to the base model to use for the upscaling |
| 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. |
| negative_prompt | string | 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_preservation | number | How much to preserve the shape of the original image |
| additional_lora_url | string | The URL to the additional LORA model to use for the upscaling. Default is None |
| num_inference_steps | integer | 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_checks | boolean | 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_limits | boolean | Allow for large uploads that could take a very long time. |
| additional_lora_scale | number | The scale of the additional LORA model to use for the upscaling. Default is 1.0 |
| additional_embedding_url | string | The URL to the additional embeddings to use for the upscaling. Default is None |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | 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. |
| image | — | The generated image file info. |