Deep-Live-Cam/modules/processors
asateesh99 2faaecbe15 MAXIMUM FPS OPTIMIZATION: Ultra-Fast Face Swap
EXTREME FPS FOCUS:
- Created swap_face_ultra_fast() - absolute fastest possible
- Removed ALL post-processing from face swap
- Disabled color correction (FPS killer)
- Removed position smoothing (FPS overhead)
- Removed forehead matching (FPS overhead)

 ULTRA-FAST APPROACH:
- Just core face_swapper.get() call
- No additional processing whatsoever
- No mouth mask processing
- No complex masking or blending
- Pure speed optimization

 EXPECTED FPS BOOST:
- From 7.2 FPS to hopefully 12+ FPS
- Removed all processing overhead
- Fastest possible face swapping
- May sacrifice some quality for speed

 PRIORITY: SPEED OVER EVERYTHING
- Face swap quality is good enough
- Need higher FPS to reduce jitter
- Removed every possible bottleneck
- Back to absolute basics for maximum performance
2025-07-16 04:24:57 +05:30
..
frame MAXIMUM FPS OPTIMIZATION: Ultra-Fast Face Swap 2025-07-16 04:24:57 +05:30
__init__.py initial commit 2023-09-24 21:36:57 +08:00