Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

Source mapping in GUI not loading

Open daslailama opened this issue 1 month ago • 1 comments

when i press the add in the source mapping, nothing appears for me to map. im running linux and i already fixed a minor typo issue that was causing this error: " AttributeError: module 'modules.globals' has no attribute 'source_target_map' " but even after that i cannot add a source mapping

Image

daslailama avatar Oct 28 '25 07:10 daslailama

This is a variable name error in a code file. Replacing source_target_map in face_analyser.py with souce_target_map can resolve it.

YaoGuaiLi avatar Nov 05 '25 15:11 YaoGuaiLi