-
Notifications
You must be signed in to change notification settings - Fork 153
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
dcp_dir is not defined (ESRGAN) #11
Comments
Here's a workaround: |
Hello, Have you used one of the other options before? This should populate the dcp entry on the cfg, this can happen if you use esrgan with the cfg uninitiated. |
Hi, I have used the Bar and Mosaic (DCP) methods before, but none of the ESRGAN methods worked without changing the code. Also, that workaround just eliminates the file path requirement, while not dealing with the missing dilation value |
Try out the latest version 1.6.9 hotfix |
Hi, when running the code on a CUDA compatible GPU and choosing the ESRGAN option (both mosaic and video), I get this error:
It seems that the code is still trying to locate the DCP folder in ESRGAN mode, and crashes since you don't get a prompt to put the path to it..
The text was updated successfully, but these errors were encountered: