|
发表于 2025-3-19 16:12:16
|
显示全部楼层
E:\LatentSync-V6\deepface\lib\site-packages\_distutils_hack\__init__.py:15: UserWarning: Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module in `sys.modules`. This may lead to undesirable behaviors or errors. To avoid these issues, avoid using distutils directly, ensure that setuptools is installed in the traditional way (e.g. not an editable install), and/or make sure that setuptools is always imported before distutils.
warnings.warn(
E:\LatentSync-V6\deepface\lib\site-packages\_distutils_hack\__init__.py:30: UserWarning: Setuptools is replacing distutils. Support for replacing an already imported distutils is deprecated. In the future, this condition will fail. Register concerns at https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml
warnings.warn(
* 在本地URL上运行L: http://127.0.0.1:7860
* 整合包制作:https://deepface.cc
To create a public link, set `share=True` in `launch()`.
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "E:\LatentSync-V6\deepface\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "E:\LatentSync-V6\deepface\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "E:\LatentSync-V6\deepface\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "E:\LatentSync-V6\deepface\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "E:\LatentSync-V6\deepface\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "E:\LatentSync-V6\deepface\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "E:\LatentSync-V6\deepface\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "E:\LatentSync-V6\deepface\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。
视频输入路径: C:/Users/34642/AppData/Local/Temp/gradio/245e94ef00eb36da793ef183fcf94d7f65b386b068618fbbfd90a3c96f09591c/shipin-chuanqi.MP4
音频输入路径: C:/Users/34642/AppData/Local/Temp/gradio/03ba8d1bd292df72ece9fbfdb17c128db613c20d35c3f74358ea7bfd3965e733/yinpin 22.WAV
从以下路径加载模型: E:/LatentSync-V6/checkpoints/latentsync_unet.pt
初始化种子: 1247
视频帧率为 25 FPS, 音频idx帧率 50FPS
处理过程中出错: Unable to allocate 76.9 GiB for an array with shape (3318, 2160, 3840, 3) and data type uint8
Traceback (most recent call last):
File "<frozen app>", line 77, in process_video
File "E:\LatentSync-V6\scripts\inference.py", line 82, in main
pipeline(
File "E:\LatentSync-V6\deepface\lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "E:\LatentSync-V6\latentsync\pipelines\lipsync_pipeline.py", line 373, in __call__
video_frames = read_video(video_path, use_decord=False)
File "E:\LatentSync-V6\latentsync\utils\util.py", line 62, in read_video
return read_video_cv2(target_video_path)
File "E:\LatentSync-V6\latentsync\utils\util.py", line 99, in read_video_cv2
return np.array(frames)
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 76.9 GiB for an array with shape (3318, 2160, 3840, 3) and data type uint8
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\LatentSync-V6\deepface\lib\site-packages\gradio\queueing.py", line 625, in process_events
response = await route_utils.call_process_api(
File "E:\LatentSync-V6\deepface\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "E:\LatentSync-V6\deepface\lib\site-packages\gradio\blocks.py", line 2042, in process_api
result = await self.call_function(
File "E:\LatentSync-V6\deepface\lib\site-packages\gradio\blocks.py", line 1589, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "E:\LatentSync-V6\deepface\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "E:\LatentSync-V6\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 2461, in run_sync_in_worker_thread
return await future
File "E:\LatentSync-V6\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 962, in run
result = context.run(func, *args)
File "E:\LatentSync-V6\deepface\lib\site-packages\gradio\utils.py", line 883, in wrapper
response = f(*args, **kwargs)
File "<frozen app>", line 96, in process_video
gradio.exceptions.Error: '处理过程中出错: Unable to allocate 76.9 GiB for an array with shape (3318, 2160, 3840, 3) and data type uint8'
虚拟内存设置之后还是报错,上面是复制的黑色窗口完整信息,辛苦再看下。 |
|