lllyasviel / Paints-UNDO

Understand Human Behavior to Align True Needs
Apache License 2.0
3.25k stars 287 forks source link

ModuleNotFoundError: No module named 'triton' #16

Open TryingToDoBetter25 opened 1 month ago

TryingToDoBetter25 commented 1 month ago

May I ask if anyone has encountered such a problem? The 'triton' module is missing, but the installation will report an error. 微信截图_20240710143932

微信截图_20240710144023

barepixels commented 1 month ago

works fine with triton error

TryingToDoBetter25 commented 1 month ago

works fine with triton error

yeah, I just realized that

cgl13207205048 commented 1 month ago

how to fix it

jtydhr88 commented 1 month ago

On windows, you need to install triton manually

jtydhr88 commented 1 month ago

Download the trition whl from https://huggingface.co/madbuda/triton-windows-builds, and then pip install this manually

TryingToDoBetter25 commented 1 month ago

Download the trition whl from https://huggingface.co/madbuda/triton-windows-builds, and then pip install this manually

thanks,I'll try

arafatx commented 1 month ago

Anyone know whether triton is needed in some cases ? Should I ignore this package?