Kiteretsu77 / FAST_Anime_VSR

Fast Anime Video Super Resolution and Restoration (Real-CUGAN + Real-ESRGAN + VCISR based)
https://github.com/Kiteretsu77/FAST_Anime_VSR
MIT License
62 stars 9 forks source link

Update requirements.txt #6

Closed My12123 closed 1 year ago

My12123 commented 1 year ago
(venv) F:\FAST_Anime_VSR\torch2trt>python setup.py install
Traceback (most recent call last):
  File "F:\FAST_Anime_VSR\torch2trt\setup.py", line 6, in <module>
    from packaging import version
ModuleNotFoundError: No module named 'packaging'
My12123 commented 1 year ago

The code 'pip install -r requirements.txt' can be placed in 2nd place in the instructions for windows

Kiteretsu77 commented 1 year ago

Accept!