-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import name 'AttrsDescriptor' when using TorchCompileModel node #7106
Comments
Cannot reproduce this issue. Update your triton to latest version
|
My triton was downloaded from here: pytorch-triton==3.2.0+git4b3bb1f8, it is 3.2.0. |
Have you followed all the installation instructions in the triton-windows repo? There are extra steps for installing it in python_embeded: Also, I see your card is not officially supported: |
I know. I have some other cards which are sm 120. |
Hmm, that Now you can directly install Triton using For most people if you don't have Blackwell (RTX 50xx) GPU, then you need Triton 3.2 and PyTorch 2.6 . Although that If you have Blackwell GPU, then you need Triton 3.3 (pre-release) and PyTorch 2.7 (nightly) |
Expected Behavior
TorchCompileModel node run well.
Actual Behavior
popup a error message.
Steps to Reproduce
Add and connect TorchCompileModel node, and then click Queue button.
Debug Logs
OS: Windows 11
VS: 2022
cudatoolkit 12.8
ComfyUI version: 0.3.22
Python Version : 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
Pytorch Version: 2.6.0+cu128.nv
GPU: RTX 2070(SM7.5)
start comfyui with: ComfyUI\main.py --windows-standalone-build
Other
No response
The text was updated successfully, but these errors were encountered: