tt-animatediff
Copyright 2024 Tenstorrent USA, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the LICENSE file at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

================================================================================

Third-Party Dependencies:

This project depends on the following third-party libraries:

PyTorch (torch>=2.0.0)
  License: BSD-3-Clause
  Copyright: Facebook, Inc. and its affiliates
  https://github.com/pytorch/pytorch

NumPy (numpy>=1.24.0)
  License: BSD-3-Clause
  Copyright: NumPy Developers
  https://github.com/numpy/numpy

Pillow (Pillow>=9.0.0)
  License: HPND (PIL License)
  Copyright: Jeffrey A. Clark (Alex) and Contributors
  https://github.com/python-pillow/Pillow

Diffusers (diffusers>=0.32.1)
  License: Apache-2.0
  Copyright: The HuggingFace Team
  https://github.com/huggingface/diffusers

Transformers (transformers>=4.30.0)
  License: Apache-2.0
  Copyright: The HuggingFace Team
  https://github.com/huggingface/transformers

Accelerate (accelerate>=0.20.0)
  License: Apache-2.0
  Copyright: The HuggingFace Team
  https://github.com/huggingface/accelerate

PyTest (pytest>=7.0.0)
  License: MIT
  Copyright: Holger Krekel and others
  https://github.com/pytest-dev/pytest
