mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 08:27:44 +01:00
10 lines
504 B
Markdown
10 lines
504 B
Markdown
|
|
# Installation Of Python And Dependencies
|
||
|
|
|
||
|
|
- Make sure your GPU drivers are up to date
|
||
|
|
- Install Python 3.8.6 from the [official website](https://www.python.org/downloads/release/python-386/)
|
||
|
|
- In CMD, run `pip install torch===1.7.0+cu110 torchvision===0.8.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html`
|
||
|
|
- Run `pip install opencv-python sk-video imageio`
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
This should be sufficient to run RIFE and other Pytorch-based networks on any modern GPU, including the RTX 3000 (Ampere) series.
|