mold-ai-inference 0.13.1

Candle-based inference engine for mold — FLUX, SDXL, SD3.5, Z-Image diffusion models
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod lora;
mod pipeline;
pub(crate) mod quantized_transformer;
pub(crate) mod sampling;
pub mod single_file;
pub(crate) mod transformer;
pub(crate) mod vae;

pub use pipeline::Flux2Engine;
pub use single_file::{detect_format, Flux2SingleFileFormat};
pub use transformer::Flux2Config;