Waifu2x
Waifu2x copied to clipboard
Thank you!
I'm aware this is not really the right way to do this, but I'd like to say thank you for making this available. I've written some python tools to help with tabletop RPGs and was using a very fragile version of the waifu2x lua files invoked through sub-processes, that finally broke and I was able to replace it with your code.
I have copied some of your code into my repository here https://github.com/tomoinn/python-pathfinder-tools/tree/master/src/python/pathfinder/mapmaker/pytorch, I'm using it from a simple convenience class defined in https://github.com/tomoinn/python-pathfinder-tools/blob/master/src/python/pathfinder/mapmaker/waifu2x_pytorch.py and I've also copied the checkpoint file for the CARN network. Honestly I don't really understand most of this properly.
Thanks again! Tom