mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-12 15:00:13 +00:00
remove commented-out old blink probability check
This commit is contained in:
@@ -432,8 +432,6 @@ class Animator:
|
||||
|
||||
Return the modified pose.
|
||||
"""
|
||||
# should_blink = (random.random() <= 0.03)
|
||||
|
||||
# Compute FPS-corrected blink probability
|
||||
CALIBRATION_FPS = 25
|
||||
p_orig = 0.03 # blink probability per frame at CALIBRATION_FPS
|
||||
|
||||
Reference in New Issue
Block a user