TianZer
TianZer
I just tested it in anaconda with python3.7.7 with pyanime4k v2.2.7, everything worked fine.
Temporary fix. Comment out error lines ``` if platform.system() == "Windows": os.add_dll_directory(curr_path) ``` but, module 'os' has no attribute 'add_dll_directory'? This is a system function of Python for Windows, I...
This will be fixed in new version
No, everything is ok, `add_dll_directory` is added by python3.8, I didn't notice that.
I will fix it soon, now you just need to comment out error lines ``` if platform.system() == "Windows": os.add_dll_directory(curr_path) ```
It is actuall for making sure python can find out the dll files, but in later versions, I did it in a better way, so it's ok to delete those...
Please install the newest version by pip.
> it use CPU for denoising. GLSL shader only runs in GPU. > why it not denoising when requirement for upscale is not met? Just change 1.200 in the source...
> Hm, I only see 20% GPU usage and 3 cores to 100%. What's your CPU? CPU only does scheduling tasks of shaders. The more shaders you load, the higher...
Try this. https://github.com/TianZerL/Anime4KCPP Witch have a GUI and support GPU acceleration