# FAQ

#### Are there plans to implement a high resolution inswapper?

InsightFace opted against releasing those models due ethical considerations.

#### How to improve the quality of swapped faces?

We worked around the limitation of the models by introducing the pixel boost option.

#### What operating systems are supported?

We support latest versions of Linux, macOS and Windows.

#### How much VRAM should my GPU have?

We consider 8GB as the bare minimum, everything from 12GB should work fine.

#### Where can temporary resources be found?

Temporary resources are stored inside `.facefusion` located in the temporary directory of your operating system.

#### What causes the program to halt after 100% analysing?

We don't allow NSFW content due to ethical considerations.


---

# 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.facefusion.io/faq.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.
