← All models
PATINA creates seamless high-resolution normal, roughness, basecolor (albedo), height (displacement) and metalness maps from images
images
Details
- Accepts
- image
Pricing
- Price
- 1.25 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| maps | array | Which PBR maps to predict. Defaults to all five. |
| seed | — | Random seed for reproducible denoising. If not set, a random seed is used. |
| image_urlrequired | string | URL of the input image (photograph or render). |
| sync_mode | boolean | If True, return images as data URIs instead of CDN URLs. |
| output_format | stringenum: jpeg, png, webp | Output image format. |
| enable_safety_checker | boolean | Enable the safety checker for images. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for denoising. |
| images | array | Predicted PBR material maps. |
| timings | object | Timing breakdown (seconds). |