akatz-ai / ComfyUI-X-Portrait-Nodes

Wrapper for X-Portrait for running in ComfyUI
Apache License 2.0
67 stars 0 forks source link

need Triton?? #2

Open slmonker opened 1 week ago

slmonker commented 1 week ago

Is it?

akatz-ai commented 1 week ago

I don't believe so, it's not added in the requirements.txt.

stevanisya commented 1 week ago

hello, i got the same error aswell :

import triton ModuleNotFoundError: No module named 'triton'

do you found a solution for this ?

akatz-ai commented 1 week ago

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.

slmonker commented 1 week ago

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

stevanisya commented 1 week ago

@akatz-ai thank you !

slmonker commented 1 week ago

I manually installed triton to solve this problem. It seems that adding triton in the requirements file did not cause comfyui to install automatically.

manuikhor commented 1 week ago

ERROR: Could not find a version that satisfies the requirement triton (from versions: none)

manuikhor commented 1 week ago

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?

slmonker commented 1 week ago

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

manuikhor commented 1 week ago

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).

slmonker commented 1 week ago

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.