Discussions

Ask a Question
Back to All

Problem with PSOT /talk config

Hey Guys,

I created a basic payload for my avatar
I try to insert "motion_factor" and no matter what parameter I insert it with I encounter an error. (without it, everything works perfectly fine)

This is what my payload looks like:

{
"script": {
"type": "text",
"subtitles": "false",
"provider": {
"type": "elevenlabs",
"voice_id": "21m00Tcm4TlvDq8ikWAM"
},
"ssml": "false",
"input": "Im doing this test to find some problem with my face automation."
},
"config": {
"fluent": "true",
"pad_audio": "0.0",
"motion_factor": -1.7,
"stitch": true
},
"source_url": "https://blablabla.com/xxx.jpeg"

What problem could this be?

I would also like to ask.
If my Avatar's face looks "perfect" but as it moves her head to the right side, her entire right jaw twitches. Is there a way to prevent her from moving her head to the right side?'

Thanks!