OpenTalker / SadTalker

[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation
https://sadtalker.github.io/
Other
11.12k stars 2.08k forks source link

ValidationError #928

Open GP-GUO opened 2 weeks ago

GP-GUO commented 2 weeks ago

Has anyone encountered this and how to solve it The full error is reported as follows:

venv "venv\Scripts\Python.exe" Python 3.8.19 (default, Mar 20 2024, 19:55:45) [MSC v.1916 64 bit (AMD64)] Commit hash: cd4c0465ae0b54a6f85af57f5c65fec9fe23e7f8 Installing requirements for SadTalker WebUI (may take longer time in first time) Launching SadTalker Web UI Running on local URL: http://127.0.0.1:7860

To create a public link, set share=True in launch(). Task exception was never retrieved future: <Task finished name='i9o0njec21s_0' coro=<Queue.process_events() done, defined at D:\project\SadTest\SadTalker\venv\lib\site-packages\gradio\queueing.py:343> exception=1 validation error for PredictBody event_id Field required [type=missing, input_value={'fn_index': 0, 'data': [...on_hash': 'i9o0njec21s'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.7/v/missing> Traceback (most recent call last): File "D:\project\SadTest\SadTalker\venv\lib\site-packages\gradio\queueing.py", line 347, in process_events client_awake = await self.gather_event_data(event) File "D:\project\SadTest\SadTalker\venv\lib\site-packages\gradio\queueing.py", line 220, in gather_event_data data, client_awake = await self.get_message(event, timeout=receive_timeout) File "D:\project\SadTest\SadTalker\venv\lib\site-packages\gradio\queueing.py", line 456, in get_message return PredictBody(**data), True File "D:\project\SadTest\SadTalker\venv\lib\site-packages\pydantic\main.py", line 176, in init self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody event_id Field required [type=missing, input_value={'fn_index': 0, 'data': [...on_hash': 'i9o0njec21s'}, input_type=dict] For further information visit https://errors.pydantic.dev/2.7/v/missing