anima-mlx
Anima-2.9B anime text-to-image on Apple Silicon, implemented in MLX. Weights are downloaded automatically from the Hugging Face hub on first run.
CLI (one-liner)
uvx anima-mlx -p "masterpiece, best quality, safe, 1girl, smile, long hair" -o out.png
Common options: -W/-H resolution (multiples of 16, e.g. 816x1216), --steps (28),
--cfg (4.5), --seed, --qbits 8 (default, int8 DiT) or --fp16.
Python API
from anima_mlx import AnimaPipeline, to_numpy
from PIL import Image
pipe = AnimaPipeline.from_pretrained() # downloads + caches weights
img = pipe.generate_text("masterpiece, best quality, 1girl, smile", seed=1)
Image.fromarray(to_numpy(img)).save("out.png")
Notes
- Requires an Apple Silicon Mac (MLX). ~7 GB of weights are cached under
~/.cache/anima-mlx. - Sampling reproduces the ComfyUI Anima defaults (flow matching, shift=3.0, euler, sgm_uniform, CFG).
- The model is non-commercial (CircleStone Labs license); see the upstream model card.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
anima_mlx-0.1.0.tar.gz
(2.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anima_mlx-0.1.0.tar.gz.
File metadata
- Download URL: anima_mlx-0.1.0.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
396a72af91c6c00ed156f1cf55f00881653358cdf7f106705f421e70a879182e
|
|
| MD5 |
ed14d560d049d3a596e72be9adc62522
|
|
| BLAKE2b-256 |
2b86cfc26e91a5d8d003383b902c121e1abe7ae2a7f5f1260862f16fd1e572c8
|
File details
Details for the file anima_mlx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: anima_mlx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61fd6b2765874c7eb8f2485f6d1bab0d63ac0703c9f59b8cb4d9719a048243c6
|
|
| MD5 |
9e925679d6f9b2cbd16930147fdbe6c9
|
|
| BLAKE2b-256 |
ee1ae1fe17c8bd1247d0223cc08b05d68803c26c9a36a491a822203cacbc3427
|