-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running dandere2x on CPU #283
Comments
So when running this from docker is there an argument to pass? Or should I mount the config directory with that file? |
Hmm I just mounted the file and the logs actually show that GPU is now disabled:
However, I'm still seeing the
|
You didn't change the waifu2x type to waifu2x-converter-cpp.
You can see that it's using waifu2x-ncnn-vulkan on in the error by seeing
Try changing the parameters to |
It seems the cpp converter is not included in the Dockerimage:
|
Ok I've just created a new Dockerfile (#286) / image (https://hub.docker.com/layers/devedse/dandere2x) which includes The issue that it couldn't find the specific tool is now solved, however I'm still having a new error:
Edit: So that fixed this issue 😄 |
Ok so a new error popped up, and I'm not exactly sure what to do with this one:
|
I'm doing some more debugging inside the docker container itself and it seems it can't find a file now:
and:
|
Another update, it seems the models needed to be in that specific folder. (As described in the error above). So I added that to the Dockerfile as well. It seems though that |
Btw @akai-katto if you're interested add me on discord: devedse#5459 we can work in this together if you'd like. |
It's been processing for quite some time now but there's not much to be see in the log of the container itself. However when I open (I already disabled --silent from the config file (setting it to |
After letting the program run for an hour+ it seemed to be stuck. So I started investigating what was going on there and it seems that it's waiting for files named: So I added support for this too: |
This is a bug that can be traced back to this file:
It seems that the file names aren't being cleaned up the way they should be cleaned up. Strange, as this works in the non-docker version of dandere2x. |
@akai-katto , would you mind adding me on discord (Devedse#5459) ? I'd have some things to discuss around this as I currently also haven't been able to find the fix for the docker container not exiting nicely. Here's the sample video I used: And here's my config file, I'm not sure what denoising I use since I can't find it in the file itself, I mean there's this
|
Hi, any update on this? Did you solved the dark video issue? |
Hello, I have a Synology NAS with a Ryzen 1500b processor. It doesn't support things like Intel QuickSync (obviously) so I was wondering if I could run dandere2x purely on CPU.
It doesn't really matter if processing is slower as long as it finished at some point :).
The text was updated successfully, but these errors were encountered: