flow-pixl 0.1.0

Local pixel-art generator: SDXL + a pixel-art LoRA, snapped to true pixel art (Metal/CUDA/CPU).
flow-pixl-0.1.0 is not a library.

pixl

Local pixel-art generator: SDXL + a pixel-art LoRA on the GPU, snapped to true pixel art (a clean, uniform grid and a limited palette). Runs entirely on-device — Metal on Apple Silicon, CUDA on NVIDIA, or CPU anywhere.

cargo install flow-pixl --features gen      # Metal on macOS, CPU elsewhere
cargo install flow-pixl --features cuda     # NVIDIA (needs the CUDA toolkit)
cargo install flow-pixl                      # pixelize-only, no GPU/ML, builds anywhere

pixl 100 "stardew valley style house"

The installed binary is pixl. Full documentation, usage, and design notes: https://github.com/flow-industries/pixl

License

MIT OR Apache-2.0