Hi, your video is very exciting again. But I wrote you many questions on your Patreon page, I won't repeat them here. Thank you if you have the patience to answer them.
Hi, love your videos. I am having troubles with PulID and Redux in Flux. Having really bad results. Can you tell me what Cuda-, Cudnn and Onxx Version you use? Im on cuda 11.8, Cudnn 8.9 and Onnx 1.17. I think i should update but i dont want to install a too high version. Maybe you can share what versions you are using - thx!
Hello, thanks! Here are my versions: CUDA: 12.1 cuDNN: 8.9 onxxruntime: 1.19 I don't think I installed this manually. I used the ComfyUI Portable version - latest release. Onnxruntime maybe from a custom node.
I am getting this error - Cannot import I:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: ➡DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed. Mine is Windows 11, RTX4070 Super (12GB), 32GB Ram. Cuda version is 12.1.
Hello, do you perhaps have the reactor custom node install? There is a conflict with this. As a workaround, you can cut the folder and paste it outside the custom nodes folder. Restart ComfyUI and check if the workflow works. When you need the reactor nodes, then you will have to move it back to the custom nodes folder. Here is a link to the bug report: bit.ly/4eSMzv5
Hi D:\AI\ComfyUI\python_embeded>python.exe -m pip install Insightface-0.7.3-cp312-cp312-win_amd64.whl Processing d:\ai\comfyui\python_embeded\insightface-0.7.3-cp312-cp312-win_amd64.whl ERROR: Wheel 'insightface' located at D:\AI\ComfyUI\python_embeded\Insightface-0.7.3-cp312-cp312-win_amd64.whl is invalid.
Thanks. Can you add a bit more? I searched the same and got "sudo apt-get install build-essential" as the first result. Was the fix which worked for you installing Visual Studio?
To ensure that powershell does not automatically activate env, you can write in the terminal:
conda config --set auto_activate_base false
Nice! Thanks for sharing!
Hi, your video is very exciting again. But I wrote you many questions on your Patreon page, I won't repeat them here. Thank you if you have the patience to answer them.
Hi, love your videos. I am having troubles with PulID and Redux in Flux. Having really bad results. Can you tell me what Cuda-, Cudnn and Onxx Version you use? Im on cuda 11.8, Cudnn 8.9 and Onnx 1.17. I think i should update but i dont want to install a too high version. Maybe you can share what versions you are using - thx!
Hello, thanks! Here are my versions:
CUDA: 12.1
cuDNN: 8.9
onxxruntime: 1.19
I don't think I installed this manually. I used the ComfyUI Portable version - latest release. Onnxruntime maybe from a custom node.
I am getting this error -
Cannot import I:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: ➡DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed.
Mine is Windows 11, RTX4070 Super (12GB), 32GB Ram. Cuda version is 12.1.
Hello, do you perhaps have the reactor custom node install? There is a conflict with this. As a workaround, you can cut the folder and paste it outside the custom nodes folder. Restart ComfyUI and check if the workflow works. When you need the reactor nodes, then you will have to move it back to the custom nodes folder. Here is a link to the bug report: bit.ly/4eSMzv5
@@CodeCraftersCorner Cool, I will try this. Thank you so much.
Hi D:\AI\ComfyUI\python_embeded>python.exe -m pip install Insightface-0.7.3-cp312-cp312-win_amd64.whl
Processing d:\ai\comfyui\python_embeded\insightface-0.7.3-cp312-cp312-win_amd64.whl
ERROR: Wheel 'insightface' located at D:\AI\ComfyUI\python_embeded\Insightface-0.7.3-cp312-cp312-win_amd64.whl is invalid.
The file with the fix for the video on the first page of Google search for the request helped -- ERROR: Wheel 'insightface' located at is invalid.
Thanks. Can you add a bit more? I searched the same and got "sudo apt-get install build-essential" as the first result. Was the fix which worked for you installing Visual Studio?