Skip to content
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

[Enhancement]CUDA 12.8 #464

Open
greenhandzdl opened this issue Mar 22, 2025 · 4 comments
Open

[Enhancement]CUDA 12.8 #464

greenhandzdl opened this issue Mar 22, 2025 · 4 comments

Comments

@greenhandzdl
Copy link

## ComfyUI-Manager: EXECUTE => ['/opt/comfyui/ComfyUI/venv/bin/python', 'install.py']
[!] Traceback (most recent call last):
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/install.py", line 19, in <module>
[!]     from build_utils import (
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/_Pre_Builds/_Build_Scripts/build_utils.py", line 54, in <module>
[!]     CUDA_VERSION = get_cuda_version()
[!]                    ^^^^^^^^^^^^^^^^^^
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/_Pre_Builds/_Build_Scripts/build_utils.py", line 49, in get_cuda_version
[!]     raise RuntimeError(f"Please install/reinstall CUDA tookit with any of the following supported version: {build_config.supported_cuda_versions}")
[!] RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.4', '12.1', '11.8']
[!] Traceback (most recent call last):
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/install.py", line 19, in <module>
[!]     from build_utils import (
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/_Pre_Builds/_Build_Scripts/build_utils.py", line 54, in <module>
[!]     CUDA_VERSION = get_cuda_version()
[!]                    ^^^^^^^^^^^^^^^^^^
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/_Pre_Builds/_Build_Scripts/build_utils.py", line 49, in get_cuda_version
[!]     raise RuntimeError(f"Please install/reinstall CUDA tookit with any of the following supported version: {build_config.supported_cuda_versions}")
[!] RuntimeError: Please install/reinstall CUDA tookit with any of the following supported version: ['12.4', '12.1', '11.8']
[!] 
[!] During handling of the above exception, another exception occurred:
[!] 
[!] Traceback (most recent call last):
[!]   File "/opt/comfyui/ComfyUI/custom_nodes/comfyui-3d-pack/install.py", line 84, in <module>
[!]     cstr("Comfy3D install failed: Dependency installation has failed. Please install manually: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/main/_Pre_Builds/README.md.").error.print()
[!]     ^^^^
[!] NameError: name 'cstr' is not defined. Did you mean: 'str'?
install script failed: comfyui-3d-pack
[ComfyUI-Manager] Installation failed:
Failed to execute install script: [email protected]

[ComfyUI-Manager] Queued works are completed.
{'install': 1}

After restarting ComfyUI, please refresh the browser.
@linhengbin
Copy link

same problem

@Jansi2012
Copy link

Same problem here did you find a solution ?

@CursedGonzz
Copy link

i think you can't compile pytorch3d with versions higher than cuda 12.4. so that would be the limit for this package

@greenhandzdl
Copy link
Author

I mean the relevant config in _Pre_Builds/_Build_Scripts/build_utils.py dedicate the incompatible version of cuda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants