Copyright (c) 2025-2026 Code2Collapse
License: Apache License 2.0 (see LICENSE)
"Nuke" is a registered trademark of The Foundry Visionmongers Ltd. This project (ComfyUI-NukeMaxNodes) is an independent open-source ComfyUI node pack. It is not affiliated with, endorsed by, or associated with The Foundry Visionmongers Ltd in any way.
The name reflects conceptual inspiration from professional VFX compositing workflows; no code, algorithms, or proprietary assets from The Foundry's Nuke software are included or reproduced in this project.
The following open-source libraries are used by this project. Their copyrights and licenses are reproduced for compliance.
Repository: https://github.com/pytorch/pytorch
Copyright: Copyright (c) 2016-2024 Facebook, Inc. and its affiliates
License: BSD-style license
https://github.com/pytorch/pytorch/blob/main/LICENSE
Repository: https://github.com/numpy/numpy
Copyright: Copyright (c) 2005-2024 NumPy Developers
License: BSD 3-Clause
https://github.com/numpy/numpy/blob/main/LICENSE.txt
Repository: https://github.com/librosa/librosa
Copyright: Copyright (c) 2013-2024 librosa development team
License: ISC License
https://github.com/librosa/librosa/blob/main/LICENSE.md
Repository: https://github.com/bastibe/python-soundfile
Copyright: Copyright (c) 2013 Bastian Bechtold
License: BSD 3-Clause
https://github.com/bastibe/python-soundfile/blob/master/LICENSE
Repository: https://github.com/imageio/imageio
Copyright: Copyright (c) 2014-2024 imageio contributors
License: BSD 2-Clause
https://github.com/imageio/imageio/blob/master/LICENSE
Repository: https://github.com/opencv/opencv
License: Apache License 2.0 (since OpenCV 4.5)
https://github.com/opencv/opencv/blob/master/LICENSE
Repository: https://github.com/scipy/scipy
Copyright: Copyright (c) 2001-2024 SciPy Developers
License: BSD 3-Clause
https://github.com/scipy/scipy/blob/main/LICENSE.txt
Repository: https://github.com/AcademySoftwareFoundation/openexr
Copyright: Copyright (c) Contributors to the OpenEXR Project
License: BSD 3-Clause
https://github.com/AcademySoftwareFoundation/openexr/blob/main/LICENSE.md
The FFT routines in nukemax/nodes/fft/fft_tensor.py use PyTorch's built-in
torch.fft module which is based on the FFTPACK / cuFFT libraries included
in PyTorch under its own BSD license.
Optical-flow estimation in nukemax/nodes/flow/flow_field.py uses standard
PyTorch and OpenCV algorithms. No code is copied from proprietary sources.