Closed zeezou-isee closed 3 months ago
I have solved them.
error 1: Due to my conda atomatically installing onnxruntime V1.19.0, it is not compatible with my cuda-11.7 envs. So i reinstall by instruct pip install onnxruntime-gpu==1.17.0
, solved!
error 2: I download the whole folder in huggingface.co diffusers/controlnet-depth-sdxl-1.0-small
,and organized them in a folder in the same name, putting this folder under project root, solved!
This is a wonderful project!
When I create an envs of
python 3.10.0
in my linux-server(Driver Version: 550.107.02, CUDA Version: 12.4 ). I download pytorchconda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia
I organized my filefolder as author said.
When I run
infer_full.py
, problems occurred as follows:2024-08-22 10:38:52.670883465 [E:onnxruntime:Default, provider_bridge_ort.cc:1992 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1637 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.12: cannot open shared object file: No such file or directory
and
OSError: diffusers/controlnet-depth-sdxl-1.0-small does not appear to have a file named config.json.
what can I do to solve these problems?