Adds Poisson blending

- adds poisson blending on the face to make a seamless blending of the face and the swapped image removing the "frame"
- adds the switch on the UI

Advance Merry Christmas everyone!
This commit is contained in:
Kenneth Estanislao
2025-12-15 04:54:42 +08:00
parent dfd145b996
commit df8e8b427e
4 changed files with 66 additions and 21 deletions

View File

@@ -27,6 +27,7 @@ keep_audio: bool = True
keep_frames: bool = False
many_faces: bool = False # Process all detected faces with default source
map_faces: bool = False # Use source_target_map or simple_map for specific swaps
poisson_blend: bool = False # Enable Poisson Blending for smoother face swaps
color_correction: bool = False # Enable color correction (implementation specific)
nsfw_filter: bool = False