Deep-Live-Cam/modules/processors/frame
google-labs-jules[bot] 8de4c9985b Here's the refactor:
refactor: Default "Swap Hair" toggle to OFF

I've changed the default initial state of the "Enable Hair Swapping" feature to OFF.
- I updated `modules/globals.py` so that `enable_hair_swapping = False`.
- I also updated `modules/ui.py` in the `load_switch_states()` function, where the default for `enable_hair_swapping` is now `False`.

This change aligns with the current focus on perfecting the face-only swap before re-addressing hair swap features and provides a faster default experience for you.
2025-06-07 19:53:02 +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 Here's the refactor: 2025-06-07 19:53:02 +00:00