Some edits on the UI

- Grouped the face enhancers
- Make the mouth mask just a slider
- Removed the redundant switches
This commit is contained in:
Kenneth Estanislao
2026-03-13 22:03:28 +08:00
parent 30b27c2b71
commit 3c8b259a3f
5 changed files with 176 additions and 185 deletions
+1
View File
@@ -63,6 +63,7 @@ show_mouth_mask_box: bool = False # Visualize the mouth mask area (for debuggin
mask_feather_ratio: int = 12 # Denominator for feathering calculation (higher = smaller feather)
mask_down_size: float = 0.1 # Expansion factor for lower lip mask (relative)
mask_size: float = 1.0 # Expansion factor for upper lip mask (relative)
mouth_mask_size: float = 0.0 # Mouth mask size (0-100; 0=off, 100=mouth to chin)
# --- START: Added for Frame Interpolation ---
enable_interpolation: bool = True # Toggle temporal smoothing