What is Anima?

Anima is a 2B parameter image generation model created through a collaboration between CircleStone Labs and Comfy Org.

It is based on NVIDIA Cosmos, and is a pure anime model trained on several million anime images and art images.

It is one of the models drawing a lot of attention as a possible migration target from SDXL-era anime models.

The license is CircleStone Labs Non-Commercial License.
The Anima model itself, derivative models, and LoRAs are non-commercial. Generated images can be used commercially.


Model Download

📂ComfyUI/
└── 📂models/
    ├── 📂diffusion_models/
    │   └── anima-base-v1.0.safetensors
    ├── 📂text_encoders/
    │   └── qwen_3_06b_base.safetensors
    └── 📂vae/
        └── qwen_image_vae.safetensors

Prompt

Anima is trained on Danbooru-style tags, natural language, and combinations of both.

Because the text encoder is smart, you do not need to be as strict as with Pony Diffusion V6, but it may be useful to put quality tags like the following at the beginning of the prompt.

masterpiece, best quality, score_9, safe,

text2image

anima-base-v1.0.json
  • Recommended resolution is 512px to 1536px.
  • Samplers with a little variation, such as er_sde and euler_ancestral, are recommended.