# How to use AI-generated Texture Maps?

Added AI-generated Texture Maps in material editing, integrating various algorithms and strategies such as U-Net, GAN, Perceptual Loss, etc., which automatically generates normal, roughness and height channel maps according to the base color texture map of the material.

Undo supported.

> Note:&#x20;
>
> 1. This feature is not supported on materials from D5 Library.
> 2. The current version supports normal, roughness, and displacement maps. Specular, metallicity will be supported in future versions.

<figure><img src="/files/OCT3f9Dox2isD6wAcUYm" alt=""><figcaption></figcaption></figure>

***

**AI-powered texture processing:**

1. [AI Ultra HD Texture](https://docs.d5render.com/user-guide/ai/how-to-use-ai-ultra-hd-texture): restores details of the blurred texture and improve the overall clarity.
2. [AI Make Seamless](https://docs.d5render.com/user-guide/ai/how-to-use-ai-make-seamless): removes seams between base color map textures for a consistent and natural effect.
3. [AI-generated Texture Maps](https://docs.d5render.com/user-guide/ai/how-to-use-ai-generated-material-texture-maps): automatically generates normal, roughness and height channel maps according to the base color texture map of the material.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.d5render.com/user-guide/ai/how-to-use-ai-generated-texture-maps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
