Closed darkguset closed 4 months ago
Thank you for your attention! Could you confirm that all the weights are placed in the correct location and that their sizes match those indicated in the table in the readme? @darkguset
Aha! You are right, all the models exist but they are 134 bytes small! I used the git clone method to get them, but perhaps I should had downloaded them manually instead. I will download the models from Google drive, try again and let you know if it worked.
@darkguset Maybe you should git lfs install
first, then git clone https://huggingface.co/KwaiVGI/liveportrait pretrained_weights
I downloaded the weights and placed them manually - there is definitely progress but now I see a different error:
It seems there might be an issue with your CUDA installation. Could you please verify that both CUDA and cuDNN are correctly installed on your system? Typically, libnvrtc.so
is included with the CUDA toolkit. @darkguset
It seems there might be an issue with your CUDA installation. Could you please verify that both CUDA and cuDNN are correctly installed on your system? Typically,
libnvrtc.so
is included with the CUDA toolkit. @darkguset
You were right. I thought I had installed it earlier but I think I somehow missed it. I installed CUDA and cuDNN and it seems to work now!
Many thanks guys! You can close this ticket (or If I am supposed to do that I will).
I am on Linux Mint, i installed miniconda3 as the environment, passed all the installations without any errors, but when I try to launch app.py with Python I get the following errors: