Inflect-Micro-v2 / THIRD_PARTY_NOTICES.md
owensong's picture
Stage verified Inflect v2 release candidate and evaluation evidence
8a0ff7e verified
|
Raw
History Blame Contribute Delete
1.23 kB
# Third-Party Notices
Inflect v2 includes or adapts portions of the following open-source projects.
Their licenses apply to the corresponding portions; the rest of the Inflect v2
package is provided under the root Apache-2.0 license.
## VITS
- Project: VITS (`jaywalnut310/vits`)
- Copyright: Copyright (c) 2021 Jaehyeon Kim
- License: MIT
- Packaged license: `third_party/VITS_LICENSE.txt`
The compact model architecture and several inference runtime modules derive from
VITS. The text frontend also retains its original Keith Ito MIT license at
`runtime/text/LICENSE`.
## BigVGAN
- Project: BigVGAN (`NVIDIA/BigVGAN`)
- Copyright: Copyright (c) 2024 NVIDIA CORPORATION
- License: MIT
- Packaged license: `third_party/BIGVGAN_LICENSE.txt`
The lightweight alias-free waveform activation implementation derives from
BigVGAN's alias-free design and was adapted for this compact runtime.
## alias-free-torch
- Project: `alias-free-torch` (`junjun3518/alias-free-torch`)
- License: Apache License 2.0
- Packaged license: `third_party/ALIAS_FREE_TORCH_LICENSE.txt`
The anti-aliased activation resampling design used by the compact waveform
runtime includes concepts and adapted implementation structure from
`alias-free-torch`.