My playground.
For the time being, I will make incompatible changes.
- Python 3 (Probably works with Python 3.6 or later)
- PyTorch
- See requirements.txt
We usually support the latest version. If there are bugs or compatibility issues, we will specify the version.
The repository contains waifu2x pytorch implementation and pretrained models. CLI and Web API is supported. Training is currently not implemented.
If you have the old repository, remove the lfs hook with the following command. (Currently this repository does not use lfs).
git lfs uninstall
git lfs prune
git lfs uninstall
seems to affect globally, but I don't know how to disable lfs
properly.
It may be better to clone it again.