|

想生成一段60秒的视频,但是运行到生成了20秒后,就不动了,是什么原因呀?页面提示:
File "D:\FramePack-V6\...\conv.py", line 720, in _conv_forward return F.conv3d(
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 544.00 MiB. Gpu 0 has a total capacity of 15.99 GiB of which 0 bytes is free. Of the allocated memory 13.14 Gi8 is allocated by PyTorch, and 1.81 GiB is reserved by PyTorch but u
nallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (h ttps://pytorch.org/docs/stable/notes/cuda.html#environment-variables])
============================================
Unloaded AutoencoderkLHunyuanVideo as complete.
Unloaded DynamicSwap_LlamaModel as complete.
Unloaded CLIPTextModel as complete.
Unloaded SialipVisionModel as complete.
Unloaded AutoencoderKLHunyuanVideo as complete.
Unloaded DvnamicSwap HunyuanVideoTransformer3DModelPacked as complete.
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "D:\FramePack-V6\deepfacellib\asynciolevents.py",line 80, in _run
Self._context.run(self._callback, *self._args)
File "D:\FramePack-V6\deepface\lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError:[WinError 10054]远程主机强迫关团了一个现有的连接。
D:\FramePack-V6\deepfacellib\site-packages\gradio\blocks.py:1856: UserWarning: A function returned too many output values(needed:0,returned:1).Ignoring extra values.
Output components:
[]
Output values returned:
["Opened outputs folder"]
Warnings.warn( |
|