File size: 1,572 Bytes
0a6a675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.