|
发表于 2025-7-8 20:21:44
|
显示全部楼层
Processing: 0%| | 0/1 [00:00<?, ?batch/s]D:\AIworks\ThinkSound\deepface\lib\site-packages\librosa\util\files.py:10: UserWarning: pkg_resources is deprecated as an API. See The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import resource_filename
D:\AIworks\ThinkSound\deepface\lib\site-packages\librosa\util\files.py:10: UserWarning: pkg_resources is deprecated as an API. See The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import resource_filename
2025-07-08 20:18:34,708 - INFO - torch.Size([3, 720, 1280])
Processing: 100%|██████████| 1/1 [00:29<00:00, 29.62s/batch]>>> 一键包制作:https://deepfaces.cc <<<
>>> 欢迎转载,转载请注明出处 <<<
>>> 一键包制作:https://deepfaces.cc <<<
>>> 欢迎转载,转载请注明出处 <<<
Processing: 100%|██████████| 1/1 [00:30<00:00, 30.65s/batch]
{'caption': "['Plastic Debris Handling']", 'caption_cot': "['Begin with the sound of hands scooping up loose plastic debris, followed by the subtle cascading noise as the pieces fall and scatter back down. Include soft crinkling and rustling to emphasize the texture of the plastic. Add ambient factory background noise with distant machinery to create an industrial atmosphere.']"}
Traceback (most recent call last):
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\queueing.py", line 407, in call_prediction
output = await route_utils.call_process_api(
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\route_utils.py", line 226, in call_process_api
output = await app.get_blocks().process_api(
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\blocks.py", line 1550, in process_api
result = await self.call_function(
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\blocks.py", line 1199, in call_function
prediction = await utils.async_iteration(iterator)
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\utils.py", line 519, in async_iteration
return await iterator.__anext__()
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\utils.py", line 512, in __anext__
return await anyio.to_thread.run_sync(
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 2470, in run_sync_in_worker_thread
return await future
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 967, in run
result = context.run(func, *args)
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\utils.py", line 495, in run_sync_iterator_async
return next(iterator)
File "D:\AIworks\ThinkSound\deepface\lib\site-packages\gradio\utils.py", line 649, in gen_wrapper
yield from f(*args, **kwargs)
File "<frozen app>", line 130, in generate_audio
File "<frozen app>", line 36, in run_infer
UnicodeDecodeError: 'gbk' codec can't decode byte 0xff in position 47: illegal multibyte sequence
运行报错了,跑了两个不同的示例视频都报同样的错,这是什么问题呀? |
|