pixforge 0.3.1

Fast CLI to generate images via OpenAI, Azure, Gemini, LocalAI, and other image-gen providers.
Documentation
1
2
3
4
5
6
7
8
//! pixforge library surface — exposes the provider abstraction and helpers
//! so integration tests (and, eventually, embedders) can use them without
//! going through the CLI binary.

pub mod config;
pub mod output;
pub mod providers;
pub mod setup;