Open slmonker opened 1 week ago
I don't believe so, it's not added in the requirements.txt.
hello, i got the same error aswell :
import triton ModuleNotFoundError: No module named 'triton'
do you found a solution for this ?
Ah I guess it is needed 😅 I went ahead and added triton to the requirements.txt in the latest update #5 . If you're still running into this issue please try completely uninstalling the node pack, restart comfyui, and then re-install.
Ah I guess it is needed 😅 I went ahead and added triton to the requirements.txt in the latest update #5 . If you're still running into this issue please try completely uninstalling the node pack, restart comfyui, and then re-install. I reinstalled the node and still got the same error
@akatz-ai thank you !
I manually installed triton to solve this problem. It seems that adding triton in the requirements file did not cause comfyui to install automatically.
ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
I manually installed triton to solve this problem. It seems that adding triton in the requirements file did not cause comfyui to install automatically.
How did you installed it?
I manually installed triton to solve this problem. It seems that adding triton in the requirements file did not cause comfyui to install automatically.
How did you installed it?
https://huggingface.co/madbuda/triton-windows-builds go this website and find one whl flie match ur python version and pip install
I manually installed triton to solve this problem. It seems that adding triton in the requirements file did not cause comfyui to install automatically.
How did you installed it?
https://huggingface.co/madbuda/triton-windows-builds go this website and find one whl flie match ur python version and pip install
Done ty! Now facing new issues. Did you make it run? DLL load failed while importing libtriton: Error en una rutina de inicialización de biblioteca de vínculos dinámicos (DLL).
I manually installed triton to solve this problem. It seems that adding triton in the requirements file did not cause comfyui to install automatically.
How did you installed it?
https://huggingface.co/madbuda/triton-windows-builds go this website and find one whl flie match ur python version and pip install
Done ty! Now facing new issues. Did you make it run? DLL load failed while importing libtriton: Error en una rutina de inicialización de biblioteca de vínculos dinámicos (DLL).
now i got a new issue abt this: raise RuntimeError("Failed to find C compiler. Please specify via CC environment variable.") RuntimeError: Failed to find C compiler. Please specify via CC environment variable.
Is it?