Environment Setup #518
-
|
What are the core dependencies and steps required to set up the environment for LivePortrait? |
Beta Was this translation helpful? Give feedback.
Answered by
jcomtech5
May 30, 2025
Replies: 1 comment
-
|
You need git, conda, and FFmpeg. Steps: Clone repo conda create -n LivePortrait python=3.10 Activate environment and install PyTorch compatible with your CUDA version pip install -r requirements.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anderslindev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need git, conda, and FFmpeg. Steps:
Clone repo
conda create -n LivePortrait python=3.10
Activate environment and install PyTorch compatible with your CUDA version
pip install -r requirements.txt