provide example animator.json (with default settings)

This commit is contained in:
Juha Jeronen
2024-01-18 22:27:37 +02:00
parent e69f8c46d5
commit 01ad63221c

19
talkinghead/animator.json Normal file
View File

@@ -0,0 +1,19 @@
{"target_fps": 25,
"crop_left": 0.0,
"crop_right": 0.0,
"crop_top": 0.0,
"crop_bottom": 0.0,
"pose_interpolator_step": 0.1,
"blink_interval_min": 2.0,
"blink_interval_max": 5.0,
"blink_probability": 0.03,
"blink_confusion_duration": 10.0,
"talking_fps": 12,
"talking_morph": "mouth_aaa_index",
"sway_morphs": ["head_x_index", "head_y_index", "neck_z_index", "body_y_index", "body_z_index"],
"sway_interval_min": 5.0,
"sway_interval_max": 10.0,
"sway_macro_strength": 0.6,
"sway_micro_strength": 0.02,
"breathing_cycle_duration": 4.0,
"postprocessor_chain": []}