We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00da11b + b53132f commit 178578bCopy full SHA for 178578b
modules/globals.py
@@ -12,7 +12,7 @@
12
]
13
14
# Face Mapping Data
15
-souce_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
+source_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
16
simple_map: Dict[str, Any] = {} # Stores simplified map (embeddings/faces) for live/simple mode
17
18
# Paths
@@ -68,4 +68,4 @@
68
interpolation_weight: float = 0 # Blend weight for current frame (0.0-1.0). Lower=smoother.
69
# --- END: Added for Frame Interpolation ---
70
71
-# --- END OF FILE globals.py ---
+# --- END OF FILE globals.py ---
0 commit comments