-
Notifications
You must be signed in to change notification settings - Fork 278
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
ReActor stopped working after downloading another extension #536
Comments
Try to delete "onnx" and "onnxruntime" folders from the |
@Gourieff That didnt work, thanks for reacting UPDATE: I downloaded the cuda and cudnn again, and the extensions showed up. only now it cant find my gpu or something... so it uses the cpu in stead of the gpu. this is the error code i get when using reActor (so it works now, but only not on the GPU) 2024-09-28 01:54:23.5918312 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1637 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\AI\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" 2024-09-28 01:54:23.9001259 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1637 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\AI\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" 2024-09-28 01:54:23.9360043 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1637 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\AI\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" 2024-09-28 01:54:23.9784359 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1637 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\AI\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" 2024-09-28 01:54:24.0421927 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1637 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\AI\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" |
@ccas010 It detects wrong version of ort-gpu, try to downgrade onnxruntime-gpu to e.g. 1.17.1 |
@Gourieff i really appreciate your reactions! I deleted onnxruntime, and installed the version you mentioned, and i have still the same error when using reActor venv "D:\AI\stable-diffusion-webui\venv\Scripts\Python.exe" but when i create an image using reActor it still gives the same error as seen here: 2024-10-03 14:29:27.2282929 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 onnxruntime::TryGetProviderInfo_CUDA] D:\a_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1637 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\AI\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" I use CUDA 12.1: nvcc: NVIDIA (R) Cuda compiler driver cudnn 9.4.0 what am i not seeing? what am i doing wrong ??? this all started when i installed the extension Facefusion on A1111 |
Thanks for the update! No more errors! everything is working fine! 1 question tho... thanks anyway! you are a boss! |
First, confirm
What happened?
I Downloaded the "FaceFusion" A1111 extension, and it messed up my A1111
first it didnt start up at all, after deleting the venv folder it started again but i have a new issue, reActor doenst work anymore
doesnt show up in my ui, and gives an error when i start up A1111, how do i fix this ?
Steps to reproduce the problem
i donwloaded a extension called, facefusion
Sysinfo
AMD Ryzen 5 5600X 6-Core Processor 3.70 GHz
64GB RAM
NVIDIA RTX 3060 12 GB
Windows 10
Relevant console log
Additional information
No response
The text was updated successfully, but these errors were encountered: