bug: Error occurred when executing ReActorFaceSwap:
First, confirm
- [X] I have read the instruction carefully
- [X] I have searched the existing issues
- [X] I have updated the extension to the latest version
What happened?
Error occurred when executing ReActorFaceSwap:
This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'], ...)
Steps to reproduce the problem
just when executing reactor-fast face swap node
Sysinfo
windows11,4070tis
Relevant console log
portable comfyui
Additional information
No response
Error occurred when executing ReActorFaceSwap:
This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'], ...)
I also encountered this problem, and there was no problem yesterday.
Try the following: https://github.com/Gourieff/comfyui-reactor-node/discussions/250#discussioncomment-9014289