Deep-Live-Cam/modules/processors/frame
google-labs-jules[bot] b5294c6ca9 criticalfix: Correct major syntax and indentation errors in face_swapper.py
Resolves a SyntaxError ('(' was never closed) and associated
IndentationErrors in modules/processors/frame/face_swapper.py.
These errors were caused by malformed and duplicated definitions of
the helper functions _prepare_warped_source_material_and_mask and
_blend_material_onto_frame.

The fix involved:
- Removing the entire erroneous duplicated/malformed function blocks.
- Ensuring that the single, correct definitions for these helper
  functions are properly indented at the top level of the module.

This critical fix addresses a major blocker that prevented the
application from starting and parsing the face_swapper.py module.
2025-06-12 16:39:01 +00:00
..
__init__.py initial commit 2023-09-24 21:36:57 +08:00
core.py fix 2025-04-19 16:03:24 +03:00
face_enhancer.py fix & add trt support 2025-04-19 16:03:49 +03:00
face_swapper.py criticalfix: Correct major syntax and indentation errors in face_swapper.py 2025-06-12 16:39:01 +00:00