mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-01-26 17:20:04 +00:00
provide example animator.json (with default settings)
This commit is contained in:
19
talkinghead/animator.json
Normal file
19
talkinghead/animator.json
Normal 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": []}
|
||||
Reference in New Issue
Block a user