Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyway to remove 'Deepfake' watermark? #26

Open
mbeytekin opened this issue Mar 11, 2023 · 7 comments
Open

Anyway to remove 'Deepfake' watermark? #26

mbeytekin opened this issue Mar 11, 2023 · 7 comments

Comments

@mbeytekin
Copy link

mbeytekin commented Mar 11, 2023

I realized that after updating to latest version it puts a watermark at right bottom corner. Anyway to remove it?

@dertriumph
Copy link

Have you solved this problem now?

@ketakachono
Copy link

Still struggling with this. Have you solved it @dertriumph ?

@mbeytekin
Copy link
Author

I guess he doesn't want the codes to be used. my guess is 'deepfake' watermak is embedded in 'blend_module.jit'.

@mike9251
Copy link
Owner

I imbedded this functionality into one of the modules, so you can't remove it with configuration. If you really want to remove it - crop the frame and keep only the part without the watermark.

@mitya12342
Copy link

I "imbedded"
return tensor2img(soft_face_mask * target_image + (1 - soft_face_mask) * att_image)
into line 322 of simswap.py commenting lines 96-101 and 320
Seems ok

@dertriumph
Copy link

I "imbedded" return tensor2img(soft_face_mask * target_image + (1 - soft_face_mask) * att_image) into line 322 of simswap.py commenting lines 96-101 and 320 Seems ok

It really works! Bro, you're awesome!Thx!

srmanko added a commit to srmanko/smswap-pytorchh that referenced this issue Apr 29, 2023
@Cacha21
Copy link

Cacha21 commented Nov 16, 2023

I "imbedded" return tensor2img(soft_face_mask * target_image + (1 - soft_face_mask) * att_image) into line 322 of simswap.py commenting lines 96-101 and 320 Seems ok

Doesn't seem to work when swapping multiple faces. I mean, the watermark is removed but now it only swaps 1 face.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants