01.04.2022, 15:17
Just as a small update:
using:
instead of loading the libraries one at a time works fine too.
(sadly it doesn't help with the crash when vsrife is used while onnxruntime is loaded.)
Cu Selur
using:
import site
# Import libraries for onnxruntime
import ctypes
path = site.getsitepackages()[0]+'/onnxruntime_dlls/'
ctypes.windll.kernel32.SetDllDirectoryW(path)
(sadly it doesn't help with the crash when vsrife is used while onnxruntime is loaded.)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.