tiankuan93 / ComfyUI-V-Express

102 stars 10 forks source link

获取 kps 序列时花了很长时间,也没显示进度 #10

Closed O-O1024 closed 3 months ago

O-O1024 commented 3 months ago

image

日志输出到这里就开始漫长的等待,这操作太慢了…… /root/miniconda3/lib/python3.10/site-packages/insightface/utils/transform.py:68: FutureWarning: rcond parameter will change to the default of machine precision times max(M, N) where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass rcond=None, to keep using the old, explicitly pass rcond=-1. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 ………………………………………………………………………………………… ………………………………………………………………………………………… …………………………………………………………………………………………

视频保存成功下载本地可以播放了,但是不能显示出来 image

tiankuan93 commented 3 months ago
  1. 可能是没有用上GPU,也可能是输入的视频太长了,你可以选一个短一些的视频试试。
  2. 这个output_path不能选非ComfyUI的output路径,否则视频会无法访问。你的输出路径需要是directory\ComfyUI\output\xxx.mp4
image