← All models
Cartoonify
cartoonify
Image editby cartoonify
Transform images into 3D cartoon artwork using an AI model that applies cartoon stylization while preserving the original image's composition and details.
images
Pricing
- Price
- 12.5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed for image generation. Same seed with same parameters will generate same image. |
| scale | number | Scale factor for the Cartoon effect |
| image_urlrequired | string | URL of the image to apply cartoon style to |
| use_cfg_zero | boolean | Whether to use CFG zero |
| guidance_scale | number | Guidance scale for the generation |
| num_inference_steps | integer | Number of inference steps |
| enable_safety_checker | boolean | Whether to enable the safety checker |
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. |
| images | array | The generated image files info. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |
