antirez/iris.c
Flux 2 image generation model pure C inference observed · 2026-08-28
Health v2 · maintenance only
46/100
- Activity 67
- Release rhythm 35
- Longevity 16
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 227
- days_rel: n/a
- days_push: 201
- n_releases_24m: 0
Adoption not part of the score
1983 stars · 146 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Iris is a pure C inference pipeline that generates images from text prompts using open-weights diffusion transformer models like FLUX.2 Klein and Z-Image-Turbo. It has zero external dependencies beyond the C standard library, with optional MPS and BLAS acceleration, and requires no Python or CUDA at inference time.
Use cases
- generate images from text prompts in C
- run flux image generation locally without python
- text-to-image inference on a macbook with mps acceleration
- generate images with no cuda or gpu toolkit required
- run diffusion transformer models with zero dependencies
- download and run open weights image models from huggingface
When to choose
- you want dependency-free, pure C text-to-image inference
- you're on Apple Silicon and want fast MPS-accelerated image generation
- you want to avoid Python runtimes and CUDA toolkits at inference time
- you want to study or hack on a minimal diffusion model implementation in C
When to avoid
- you need production-scale or multi-user image generation serving
- you require CUDA/NVIDIA GPU acceleration
- you need models beyond the supported FLUX.2 Klein and Z-Image-Turbo families
- you want a GUI or web interface rather than a CLI
Facets
cli-tool · maturity active
llm-inference image-processing cli artificial-intelligence image-processing machine-learning cli cpp text-to-image diffusion-transformer flux pure-c zero-dependencies blas mps stable-diffusion macos linux
1 source
- readme: https://github.com/antirez/iris.c · fetched 2026-08-28 · b96be93ed256
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antirez/iris.c | main | 46 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem