Anima-Style-Embedding / THIRD_PARTY_NOTICES.md
ij's picture
Add model and third-party licensing
0a6a675 verified
|
Raw
History Blame Contribute Delete
1.57 kB
# Third-Party Notices
Anima Style Embedding uses features produced by the following separately distributed models. Their weights are not included in this repository.
## Anima
- Source: [circlestone-labs/Anima](https://huggingface.co/circlestone-labs/Anima)
- License: [CircleStone Labs Non-Commercial License v1.2](https://huggingface.co/circlestone-labs/Anima/blob/main/LICENSE.md)
- Copyright CircleStone Labs LLC
The model weights in this repository are distributed under the same CircleStone Labs Non-Commercial License. Rights concerning Anima and downstream derivatives are granted directly by CircleStone Labs under that license.
## NVIDIA Cosmos
- Source model: [nvidia/Cosmos-Predict2-2B-Text2Image](https://huggingface.co/nvidia/Cosmos-Predict2-2B-Text2Image)
- License: [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/)
Anima is derived from NVIDIA Cosmos. Anima Style Embedding uses Anima-generated images and internal Anima representations during training.
Built on NVIDIA Cosmos.
## SigLIP2
- Model: [timm/vit_so400m_patch16_siglip_gap_512.v2_webli](https://huggingface.co/timm/vit_so400m_patch16_siglip_gap_512.v2_webli)
- Software: [huggingface/pytorch-image-models](https://github.com/huggingface/pytorch-image-models)
- License: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
SigLIP2 produces the full-image and face feature inputs consumed by Anima Style Embedding. Its pretrained weights are downloaded separately and are not redistributed here.