-
Notifications
You must be signed in to change notification settings - Fork 862
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
facechain tab does not appear in Automatic1111 WebUI version: v1.9.4 #577
Comments
EP Error C:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:866 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.
when using ['CUDAExecutionProvider', 'CPUExecutionProvider']
Falling back to ['CUDAExecutionProvider', 'CPUExecutionProvider'] and retrying. please check your cuda version and make sure it is correctly installed and matched for the pytorch you have installed |
Thanks for the information. I fied the issue but now getting another issue
|
Here is pip list log
|
Referred this and tried installing using mim, still same issue pip install --no-cache-dir -U openmim |
Also having issue getting Facechain tab to appear on: Error Log:
|
I have this problem too, v. 1.9.4, python 3.10.11, Cuda 12.1 `*** Error executing callback ui_tabs_callback for D:\SD\extensions\facechain\scripts\facechain_sdwebui.py |
I am having the same error message and facechain is not appearing as a WebUI tab. Did you find a solution to this? |
Looks like no longer supported. So I gave up. |
try |
unfortunately that just leads to errors re: oss2. When I try to install oss2, it fails. |
I figured I'd thow out an update on some issues I found while spending way to long trying to get this working. After installing (within venv) both TLDRIn addition to Then I had to go into my venv I updated it from: to
then add a new line containing:
Details
It looks like Huggingface has moved these functions out of I ended up having to swap those import from |
i have new error:
|
The text was updated successfully, but these errors were encountered: