Closed azamet90 closed 8 months ago
[ComfyUI] Device: cuda:0 AMD Radeon RX 6900 XT : native
🤔 strange...
"onnxruntime-gpu==1.16.3",
Try to pip uninstall onnxruntime onnxruntime-gpu
and pip install onnxruntime
instead (inside your stable-diffusion-webui's python enclosure)
onnxruntime
after doing what you say, i still get now this on terminal:
18:40:41 - ReActor - STATUS - Running v0.6.1-b2 on Device: CUDA
[ComfyUI] Device: cuda:0 AMD Radeon RX 6900 XT : native
🤔 strange...
"onnxruntime-gpu==1.16.3",
Try to
pip uninstall onnxruntime onnxruntime-gpu
andpip install onnxruntime
instead (inside your stable-diffusion-webui's python enclosure)
also have this on rendering:
2024-01-28 22:24:14.956344595 [E:onnxruntime:Default, provider_bridge_ort.cc:1480 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1193 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcublasLt.so.11: cannot open shared object file: No such file or directory
also let me show you this output:
(venv) xxx@fedora:~/Masaüstü/stable-diffusion-webui$ python -c "import onnxruntime; print(onnxruntime.__version__)"
1.16.2
pip install onnxruntime
trying now what you said and this is some errors i get now:
Error: The 'onnxruntime-gpu' distribution was not found and is required by the application
*** Error running postprocess_batch_list: /home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/scripts/comfyui.py
lib_comfyui.ipc.callback.RemoteError: '056d902d-31ab-495a-bf9a-47d77fa1f78f'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/xxx/Masaüstü/stable-diffusion-webui/modules/scripts.py", line 766, in postprocess_batch_list
script.postprocess_batch_list(p, pp, *script_args, **kwargs)
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/scripts/comfyui.py", line 57, in postprocess_batch_list
iframe_requests.extend_infotext_with_comfyui_workflows(p, self.get_tab())
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/lib_comfyui/comfyui/iframe_requests.py", line 121, in extend_infotext_with_comfyui_workflows
ComfyuiIFrameRequests.validate_amount_of_nodes_or_throw(
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/lib_comfyui/ipc/__init__.py", line 41, in wrapper
return function(*args, **kwargs)
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/lib_comfyui/comfyui/iframe_requests.py", line 78, in validate_amount_of_nodes_or_throw
workflow_graph = get_workflow_graph(workflow_type_id)
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/lib_comfyui/comfyui/iframe_requests.py", line 145, in get_workflow_graph
return ComfyuiIFrameRequests.send(request='webui_serialize_graph', workflow_type=workflow_type_id)
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/lib_comfyui/ipc/__init__.py", line 20, in wrapper
res = current_callback_proxies[process_id].get(args=(function.__module__, function.__qualname__, args, kwargs))
File "/home/xxx/Masaüstü/stable-diffusion-webui/extensions/sd-webui-comfyui/lib_comfyui/ipc/callback.py", line 73, in get
raise res.error from res
KeyError: '056d902d-31ab-495a-bf9a-47d77fa1f78f'
---
and the old problems also persist
[ComfyUI] Device: cuda:0 AMD Radeon RX 6900 XT : native
🤔 strange...
"onnxruntime-gpu==1.16.3",
Try to
pip uninstall onnxruntime onnxruntime-gpu
andpip install onnxruntime
instead (inside your stable-diffusion-webui's python enclosure)
is there something we have to wait for update? on my side stable diffusion wont work if i not install onnxruntime-openvino, if i remove it, i get these errors i showed you in the topic and if i install onnxruntime-openvino, the extension is not working at all...
We have to wait in this case when onnxruntime-openvino will get an update
First, confirm
What happened?
04:06:49 - ReActor - STATUS - Running v0.6.1-b2 on Device: CUDA
Steps to reproduce the problem
Sysinfo
Relevant console log
Additional information
everything on ui works fine... i dont know what kind of error this is...