> For the complete documentation index, see [llms.txt](https://sogni.gitbook.io/sogni-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sogni.gitbook.io/sogni-docs/sogni-pocket/advanced-features/controlnet/face-transfer.md).

# Face Transfer

Transfers facial likeness from a reference image using SDXL, Turbo, or Lightning models. Works best with a lower Guidance Scale (2–3) and when the input face has 3D lighting or shadow for depth.

* Only the largest face in the image is used.
* Ignores body pose.
* Maintains face size, position, and angle from the reference—reposition face if needed.
* Results vary based on prompt and style—you may need to adjust settings.


---

# 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://sogni.gitbook.io/sogni-docs/sogni-pocket/advanced-features/controlnet/face-transfer.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.
