Install VideoCrafter via Anaconda
mainTo set up the VideoCrafter environment, it is recommended to use Anaconda. Create a new environment with Python 3.8.5 and install the required dependencies from requirements.txt.
conda create -n videocrafter python=3.8.5
conda activate videocrafter
pip install -r requirements.txt