ONNXRuntimeError #268
Replies: 3 comments 1 reply
-
Aditional info: the cmd got prompt |
Beta Was this translation helpful? Give feedback.
-
It seems that this CUDA version doesn't support your GPU Maybe you should try to run it with CUDA 11.8 + torch 2.0.1 |
Beta Was this translation helpful? Give feedback.
-
i tried another 2 versions, but nothing seems to work... so im just realy tired of this by now and i will give up. thx all for help |
Beta Was this translation helpful? Give feedback.
-
Hello, i was using comfyui normaly past week, but last friday i had to reinstall windows and now i cant figure out why it wont work anymore. What i am doing wrong? What is missing?
I download and reinstaled everything from scratch 5 times already.
im using ComfyUI_windows_portable_nvidia_cu121_or_cpu on w10 with gtx 750ti (yes it was working fine)
I tryed install with and without manager, works normal on facerestore but faceswap doesnt work anymore.
The workflow im testing is 2 loadimage to reactor fastfaceswap and a preview
Please guide me, the last couple of days im reading everysolution i could find but none seens to work for me.
Error occurred when executing ReActorFaceSwap:
[ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running Gemm node. Name:'Gemm_568' Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device
File "D:\Downloads\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Downloads\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Downloads\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Downloads\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 244, in execute
script.process(
File "D:\Downloads\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\reactor_faceswap.py", line 86, in process
result = swap_face(
^^^^^^^^^^
File "D:\Downloads\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\reactor_swapper.py", line 273, in swap_face
result = face_swapper.get(result, target_face, source_face)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Downloads\ComfyUI_windows_portable\python_embeded\Lib\site-packages\insightface\model_zoo\inswapper.py", line 53, in get
pred = self.session.run(self.output_names, {self.input_names[0]: blob, self.input_names[1]: latent})[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Downloads\ComfyUI_windows_portable\python_embeded\Lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py", line 220, in run
return self._sess.run(output_names, input_feed, run_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Beta Was this translation helpful? Give feedback.
All reactions