Install FlashVSR
mainFollow these steps to set up FlashVSR on your local machine. This project is optimized for 4× video super-resolution; using the 4× SR setting is strongly recommended for stability and results.
1. Clone the Repository
git clone https://github.com/OpenImagingLab/FlashVSR
cd FlashVSR2. Set Up the Python Environment
Create and activate a Conda environment using Python 3.11.13:
conda create -n flashvsr python=3.11.13
conda activate flashvsrInstall the project dependencies:
pip install -e .
pip install -r requirements.txtgit clone https://github.com/OpenImagingLab/FlashVSR
cd FlashVSR
conda create -n flashvsr python=3.11.13
conda activate flashvsr
pip install -e .
pip install -r requirements.txt