Rare find

Iris. Generate images from text descriptions using pure C, no dependencies needed.

github.com/antirez/iris.c

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2026
  • README: grammar.
  • Project renamed into Iris.
  • Zimage turbo support
  • Merge pull request #36 from FHult/fix/crash-fixes
  • Fix two crash bugs: 16-bit PNG loading and GPU VAE decode
  • Merge branch 'pr-24'
  • Dynamic reference resizing to fit MPS 4GB attention limit
  • Invalidate GPU weight cache when freeing block weights
  • Fix indentation in Metal mathMode runtime check
  • Merge pull request #29 from brendon9x/runtime-mathmode-api
  • Use runtime @available check for Metal mathMode API
  • Update .gitignore.
  • Fix mmap memory regression: free block weights after use in BLAS path
  • Suppress backend banner and license warning with --quiet
  • Add MPS startup banner, remove old verbose-gated one
  • Merge blas-speed: thread-parallel attention, strided BLAS, fast_expf
  • Fix mmap teardown safety, pthread error handling, and Metal softmax t…
  • BLAS conv2d: write sgemm output directly with strided ldc
  • BLAS: thread-parallel attention heads with pthreads
  • Qwen3: fast_expf + strided K attention + fused SwiGLU