Instructions to use ruwwww/Anima-ConvRot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use ruwwww/Anima-ConvRot with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Anima DiT Collection - ConvRot INT8 Quantized Models
Official high-fidelity ConvRot INT8 quantized checkpoints for the Anima DiT family (Cosmos 2 DiT architecture) created by circlestone-labs/Anima.
Why ConvRot INT8?
Standard FP8/MXFP8 quantization on Diffusion Transformers introduces activation outlier truncation errors, often leading to color banding, blurry eye/facial details, or subtle anatomical deformities.
ConvRot (Convolution-like Regular Hadamard Rotation, arXiv:2512.03673) solves this by pre-rotating weight and activation coordinates with an orthogonal regular Hadamard matrix ($N_0=256$, $H H^\top = I$).
- ~90% Winrate vs MXFP8: Produces outputs nearly identical to BF16 ground truth in blind side-by-side evaluations.
- Fast Execution: Reaches
2.59 it/s (11.5s total) on RTX 5060 Ti 16GB (832x1216, 30 steps, batched CFG $B=2$)—only ~0.3s difference from raw MXFP8. - VRAM Savings: File size reduced from 3.89 GB down to 2.41 GB (~38% reduction) with peak active VRAM under ~5.2 GB.
- Zero Custom Nodes: Standard ComfyUI
comfy_quantmetadata allowscomfy-kitchento dispatchck.int8_linearkernels out of the box.
Available Checkpoints
| Checkpoint File | Base Model | Suggested Steps | Suggested CFG | Description |
|---|---|---|---|---|
anima-base-v1.0-convrot-int8.safetensors |
Base v1.0 | 25 - 30 | 4.0 - 5.0 | Standard production foundation model |
anima-turbo-v1.0-convrot-int8.safetensors |
Turbo v1.0 | 8 - 12 | 1.0 - 2.0 | Distilled fast few-step generator |
anima-turbo-v1.1-convrot-int8.safetensors |
Turbo v1.1 | 8 - 12 | 1.0 - 2.0 | Updated turbo with improved sharpness |
anima-aesthetic-v1.0b-convrot-int8.safetensors |
Aesthetic v1.0b | 25 - 30 | 4.0 - 5.0 | Fine-tuned for anime aesthetic fidelity |
anima-preview-convrot-int8.safetensors |
Preview 1 | 25 - 30 | 4.0 - 5.0 | Early release checkpoint |
anima-preview2-convrot-int8.safetensors |
Preview 2 | 25 - 30 | 4.0 - 5.0 | Preview edition v2 |
anima-preview3-base-convrot-int8.safetensors |
Preview 3 Base | 25 - 30 | 4.0 - 5.0 | Preview edition v3 |
Preserved Layers (100% BF16 Fidelity)
Following the proven DiT quality preservation policy:
blocks.0andblocks.1(Initial latent representation)blocks.27(Final reconstruction block)- All
adaln_modulationmodules (Timestep and text guidance projections) x_embedderandfinal_layer
Quantized with ConvRot ($N_0=256$):
- Blocks 2 through 26 Attention projections (
q_proj,k_proj,v_proj,output_proj) - Blocks 2 through 26 Feed-Forward Networks (
mlp.layer1,mlp.layer2)
Usage in ComfyUI
- Place any downloaded checkpoint in
ComfyUI/models/diffusion_models/. - Select it directly in the
UNETLoadernode. - Launch ComfyUI with
--fast --use-ck-attention.
For the full optimization recipe and converter tools, see: https://github.com/ruwwww/anima-fastpath-recipe
- Downloads last month
- 96
Model tree for ruwwww/Anima-ConvRot
Base model
nvidia/Cosmos-Predict2-2B-Text2Image