> For the complete documentation index, see [llms.txt](https://docs.dreamerland.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamerland.ai/image.md).

# Image

- [Hires. fix](https://docs.dreamerland.ai/image/hires.-fix.md): High Resolution Fix - Upscale the image and fix details
- [Hires. fix with different model](https://docs.dreamerland.ai/image/hires.-fix/hires.-fix-with-different-model.md): High resolution fix in different styles
- [Optical illusion](https://docs.dreamerland.ai/image/optical-illusion.md): A image appear as one thing from a distance, but up close they reveal something completely different
- [Inpainting](https://docs.dreamerland.ai/image/inpainting.md)
- [BrushNet](https://docs.dreamerland.ai/image/inpainting/brushnet.md)
- [Inpaint not masked](https://docs.dreamerland.ai/image/inpainting/inpaint-not-masked.md)
- [Regional Prompt (1.40.0)](https://docs.dreamerland.ai/image/regional-prompt-1.40.0.md)
- [Regional Prompt (color mask)](https://docs.dreamerland.ai/image/regional_prompt.md): Control image composition in one generation
- [Regional Prompt with Reference Image](https://docs.dreamerland.ai/image/regional_prompt/regional-prompt-with-reference-image.md): Control the image composition with control layer
- [Regional Prompt (prompt mode)](https://docs.dreamerland.ai/image/regional-prompt-prompt-mode.md)
- [Outpainting](https://docs.dreamerland.ai/image/outpainting.md)
- [Image prompt](https://docs.dreamerland.ai/image/image-prompt.md): An image as part of the prompt to influence the output image
- [Consistent face](https://docs.dreamerland.ai/image/image-prompt/consistent-face.md)
- [Consistent anime character](https://docs.dreamerland.ai/image/image-prompt/consistent-anime-character.md)
- [Style](https://docs.dreamerland.ai/image/image-prompt/style.md)
- [Doodle](https://docs.dreamerland.ai/image/doodle.md)
- [Inpaint with doodle](https://docs.dreamerland.ai/image/doodle/inpaint-with-doodle.md)
- [Area inpaint with doodle](https://docs.dreamerland.ai/image/doodle/area-inpaint-with-doodle.md)
- [Relighting](https://docs.dreamerland.ai/image/relighting.md): Adjust the lighting of an image to create a more dynamic and visually appealing effect.
- [Face Swap](https://docs.dreamerland.ai/image/face-swap.md): Apply a facial feature from one image to another
- [3D Parallax effect](https://docs.dreamerland.ai/image/3d-parallax-effect.md): Turn 2D images into 3D parallax effect video
- [In-context transfer](https://docs.dreamerland.ai/image/in-context-transfer.md)
- [Elements](https://docs.dreamerland.ai/image/elements.md)
- [Qwen Image Edit](https://docs.dreamerland.ai/image/qwen-image-edit.md)
- [Multiple elements](https://docs.dreamerland.ai/image/qwen-image-edit/multiple-elements.md)
- [Blending elements](https://docs.dreamerland.ai/image/qwen-image-edit/blending-elements.md)
- [Generative fill](https://docs.dreamerland.ai/image/qwen-image-edit/generative-fill.md)
- [Edit with mask](https://docs.dreamerland.ai/image/qwen-image-edit/edit-with-mask.md)
- [Z Image](https://docs.dreamerland.ai/image/z-image.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.dreamerland.ai/image.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.
