赞
踩
在使用comfyui的换脸插件comfyui-reactor-node的时候,莫名报错:
ValueError: This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled.
突然让我手足无措。
具体错误信息如下:
- 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'], ...)
-
- File "F:\AIProject\ComfyUI_CMD\ComfyUI\execution.py", line 153, in recursive_exe
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。