The install instructions on the main page seems to be incorrect, it tells you to use python 3.8 with "conda create -n SUPIR python=3.8 -y"
and then pip install -r requirements.txt
But so many of the requirements require a higher python version
I also tried without using Conda, python 3.10.6, but still getting errors and can't run test.py
I tried using Conda with 3.9 and I get way less errors, but it's still complaining about triton, and it still doesn't work.
But maybe because I don't have the 5 models you linked.
The instructions also show 5 dependant models, but it doesn't show how to install them, nor what parts exactly to download on those 5 linked pages.
It would be nice if the setup included a python script that automatically downloads the required models and puts them where they need to be.
Same here, I just tried to follow the readme instructions and install a few minutes ago but got a whole bunch of errors like that on the previous post.
The install instructions on the main page seems to be incorrect, it tells you to use python 3.8 with "conda create -n SUPIR python=3.8 -y" and then pip install -r requirements.txt But so many of the requirements require a higher python version
I also tried without using Conda, python 3.10.6, but still getting errors and can't run test.py
I tried using Conda with 3.9 and I get way less errors, but it's still complaining about triton, and it still doesn't work. But maybe because I don't have the 5 models you linked.
The instructions also show 5 dependant models, but it doesn't show how to install them, nor what parts exactly to download on those 5 linked pages. It would be nice if the setup included a python script that automatically downloads the required models and puts them where they need to be.