BadToBest / EchoMimic

Lifelike Audio-Driven Portrait Animations through Editable Landmark Conditioning
https://badtobest.github.io/echomimic.html
Apache License 2.0
2.54k stars 300 forks source link

Error:Segmentation fault (core dumped) #121

Open zjulkw opened 1 month ago

zjulkw commented 1 month ago

i found the inference speed is too slow(79.27s/it),so i replace the torch version from [old version] to [new version],error occured:Segmentation fault (core dumped),how to solve it?

[old version] $ pip list | grep torch facenet-pytorch 2.5.0 torch 2.2.2 torchaudio 2.2.2 torchmetrics 1.4.1 torchtyping 0.1.5 torchvision 0.17.2

[new version] $ pip list | grep torch facenet-pytorch 2.5.0 torch 2.2.1+cu118 torchaudio 2.2.1+cu118 torchmetrics 1.4.1 torchtyping 0.1.5 torchvision 0.17.1+cu118

lmpeng12 commented 1 month ago

python3.11?env python3.10 is not exist. Or you can try run " unset LD_LIBRARY_PATH" in the terminal.