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
pub(crate) mod latent_upsampler;
mod pipeline;
pub(crate) mod single_file;
// Video encoding helpers (GIF/APNG/WebP/MP4 + thumbnail) are used by
// chain stitching in `mold-server`, so the module is public rather than
// crate-private.
pub mod video_enc;

pub use pipeline::LtxVideoEngine;