Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider updating instructions to a working set #275

Open
iv2985 opened this issue Oct 9, 2024 · 0 comments
Open

Consider updating instructions to a working set #275

iv2985 opened this issue Oct 9, 2024 · 0 comments

Comments

@iv2985
Copy link

iv2985 commented Oct 9, 2024

I suggest updating the install instructions.

I had a hard time getting the installation set up. The order given on the main page installed package versions that conflicted with those in requirements.txt and not all versions were available in the package manager. This finally worked for me, so I am leaving it here for others as something to try if running into trouble as of 2024/10/09:

git clone https://github.com/vinthony/video-retalking.git retalker
cd retalker
conda create -n retalker python=3.10
conda config --add channels conda-forge
conda config --add channels nvidia
conda config --add channels pytorch
conda install cmake==3.25.2 -y
pip install -r requirements.txt
pip3 uninstall torch torchvision torchaudio -y
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7
conda install cudatoolkit-dev
conda install gcc=11.4.0 gxx=11.4.0
chmod u+x inference_videoretalking.sh
./inference_videoretalking.sh

It throws an error because the pth files haven't been downloaded yet, but that is expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant