Open mbeytekin opened 1 year ago
Have you solved this problem now?
Still struggling with this. Have you solved it @dertriumph ?
I guess he doesn't want the codes to be used. my guess is 'deepfake' watermak is embedded in 'blend_module.jit'.
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.
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
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!
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.
I realized that after updating to latest version it puts a watermark at right bottom corner. Anyway to remove it?