Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://www.interstice.cloud
GNU General Public License v3.0
6.37k stars 304 forks source link

pose #1042

Closed plasx520 closed 2 weeks ago

plasx520 commented 1 month ago

*************** EP Error *************** EP Error D:\a\_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:891 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. **************************************** 有道截屏翻译结果_1723045240348

Acly commented 1 month ago

Looks like onnxruntime-gpu is installed in your python environment, but the required CUDA libraries are not. Either do

pip uninstall onnxruntime-gpu

or try to install the requirements.

plasx520 commented 1 month ago

OK Solved

plasx520 commented 1 month ago

Would the big shot consider transplanting it to Photoshop? That might also be great.