TencentARC / PhotoMaker

PhotoMaker
https://photo-maker.github.io/
Other
8.63k stars 675 forks source link

Using two different face images in the same picture #112

Open runshouse opened 5 months ago

runshouse commented 5 months ago

Hi! I'd like to take two separate face images and have them be in the same image but without any sort of weird blending that removes their distinctness. Any tips for accomplishing that with PhotoMaker?

Paper99 commented 5 months ago

Two faces in one image or one blending face?

runshouse commented 5 months ago

Two faces in one image or one blending face?

Two different faces in one image

Paper99 commented 5 months ago

Although the code we provide requires the user to enter one trigger word only, maybe you can try multiple trigger words with the corresponding photomaker embeddings to achieve this function. We will try it too.

runshouse commented 5 months ago

Although the code we provide requires the user to enter one trigger word only, maybe you can try multiple trigger words with the corresponding photomaker embeddings to achieve this function. We will try it too.

Thanks, I will try. from what I can tell so far, it looks like it should be doable by adjusting pipeline.py only

Paper99 commented 5 months ago

Yes, you're right.

Please feel free to contact us if there are any updates or questions.

yaetiya commented 2 months ago

Hey! @runshouse do you have any updates?