mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-09-04 14:56:36 +02:00
feat: AMD DML optimization - GPU face detection, detection throttle, pre-load fix
This commit is contained in:
@@ -71,3 +71,6 @@ interpolation_weight: float = 0 # Blend weight for current frame (0.0-1.0). Low
|
||||
# --- END: Added for Frame Interpolation ---
|
||||
|
||||
# --- END OF FILE globals.py ---
|
||||
|
||||
import threading
|
||||
dml_lock = threading.Lock()
|
||||
|
||||
Reference in New Issue
Block a user