本帖最後由 Ho7121 於 2025-12-31 08:27 編輯
這個問題長吧?不到兩秒Ai 就處理好了
所以長不長不重要
input sequence length: 32760Sampling 117 frames at 480x832 with 4 steps 0%| | 0/4 [00:00<?, ?it/s]x before factorconv3d: torch.float32, spatial weight: torch.float16, temporal weight: torch.float16x before factorconv3d: torch.float32, spatial weight: torch.float16, temporal weight: torch.float16x before factorconv3d: torch.float32, spatial weight: torch.float16, temporal weight: torch.float16Z:\AI_Tools\SteadyDancer-v251205\python312\Lib\site-packages\torch\_dynamo\variables\functions.py:1263: UserWarning: Dynamo does not know how to trace the builtin `<unknown module>.TensorBase._make_subclass.` This function is either a Python builtin (e.g. _warnings.warn) or a third-party C/C++ Python extension (perhaps created with pybind).If it is a Python builtin, please file an issue on GitHub so the PyTorch team can add support for it and see the next case for a workaround.If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`.
torch._dynamo.utils.warn_once(explanation + "\n" + "\n".join(hints))這樣是停了嗎?
不是,這並沒有停,你的程式仍在執行中。
正常執行狀態 text 123 這表示模型正在生成影片,總共要跑 4 個 steps(迭代步數)。 目前剛開始(0/4),所以進度條還是空的、速度顯示 ?it/s。 只要這個進度條後面數字有在動(例如變成 1/4、2/4…),就代表還在跑。
|