Face Swap in existing images /illustrations

Hi All,

New to HuggingFace and looking for your thoughts/suggestions on a problem statement i am working on.

I need to create a workflow to do Face Swap in existing images /illustrations. The workflow should allow users to upload an image and then replace the faces in existing Images/Illustrations. The quality in extreamly important.

Please purin yout suggestion about what models/APIs i shoud use for this ?

1 Like

There are as many ways to use Hugging Face as there are people using it (you could say there are hardly any tutorials😅), but when you’re thinking about how to do a task that seems like it might already exist, it’s a good idea to start by looking at Spaces.

First, find a Space that matches your objective, and then read the source code used there to understand the model and how to use it. After that, if you have any questions about the deployment process, you can search for specific information or ask questions, and I think you’ll be able to manage.

Many Spaces can also be used as APIs.

2 Likes

Thanks for your response

1 Like