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

Frame processor face_enhancer not found

Open Explyy opened this issue 8 months ago • 5 comments

Frame processor face_enhancer not found C:\Users\DAVIDE\AI\Deep-Live-Cam\modules\processors\frame\face_swapper.py:433: RuntimeWarning: invalid value encountered in divide feathered_mask = (feathered_mask / feathered_mask.max() * 255).astype(np.uint8) C:\Users\DAVIDE\AI\Deep-Live-Cam\modules\processors\frame\face_swapper.py:433: RuntimeWarning: invalid value encountered in cast feathered_mask = (feathered_mask / feathered_mask.max() * 255).astype(np.uint8) Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\DAVIDE\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call return self.func(*args) File "C:\Users\DAVIDE\AI\Deep-Live-Cam\venv\lib\site-packages\customtkinter\windows\widgets\ctk_button.py", line 554, in _clicked self._command() File "C:\Users\DAVIDE\AI\Deep-Live-Cam\modules\ui.py", line 351, in command=lambda: webcam_preview( File "C:\Users\DAVIDE\AI\Deep-Live-Cam\modules\ui.py", line 792, in webcam_preview create_webcam_preview(camera_index) File "C:\Users\DAVIDE\AI\Deep-Live-Cam\modules\ui.py", line 926, in create_webcam_preview temp_frame = frame_processor.process_frame_v2(temp_frame) File "C:\Users\DAVIDE\AI\Deep-Live-Cam\modules\processors\frame\face_swapper.py", line 177, in process_frame_v2 modules.globals.simple_map["target_embeddings"] KeyError: 'target_embeddings'

Explyy avatar Mar 31 '25 22:03 Explyy