-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can not get inference or RIFE with ORT_DML working #56
Comments
Thanks for the information. One possible issue is that a system-level (in If this is the case, I am sorry that I currently don't have enough time to debug it, and one solution is to temporarily rename the old one. If not, please let me know. |
Okay, atm. I got C:\Windows\System32\directml.dll with product version 1.8.0+220126-2359-1,dml-1.8.89dd732 But the strange thing is: Why does DPIR work fine? => I'll try to figure out how to rename the existing C:\Windows\System32\directml.dll to C:\Windows\System32\directml_old.dll and report back. (even in a command line with administrative rights, I get a 'permission denied' when trying to rename the file) |
Yes you need to first change the permission on this file of your user group. |
I'll do some testing and report back. :) |
Got it working by adding the vsort-folder as first element to the os.path. :)
It's kind of ugly and most users probably will not know how to do this, so if you find a better way that could be directly added to vsmlrt.py, please add it. :) |
Yeah I'll try to fix it ASAP. |
I downloaded all the downloads from https://github.com/AmusementClub/vs-mlrt/releases/tag/v14.test into "F:/Hybrid/64bit/vs-mlrt" and when calling:
I got:
Trying RIFE:
I get:
After that I thought ORT_DML in general didn't work, but DPIR works fine:
Is this a bug or am I missing something?
Cu Selur
Ps.: In case it's relevant here are my general system specs:
The text was updated successfully, but these errors were encountered: