SadTalker
SadTalker copied to clipboard
Only Using CPU and not GPU
i installed it, but its only utilizing my CPU and not my GPU.. making very slow
same
Have you installed the Cuda toolkit from NVidia ?
do a "pip freeze" and check your libraries, specifically looking at torch, torchaudio, etc.
They should say something like "torch==2.0.1+cu118"
It's common that the setup process installs torch without the cuda binding due to issues resolving dependencies. With sadtalker and a number of similar projects, I inevitably have to go back and ensure that the cuda version of pytorch got installed.
same getting high cpu utilization