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
12
pub(crate) mod clip;
pub(crate) mod park;
pub(crate) mod qwen2_text;
pub(crate) mod qwen2_text_gguf;
pub(crate) mod qwen2_vision;
pub(crate) mod qwen3;
pub(crate) mod qwen3_bf16;
pub(crate) mod qwen3_gguf;
pub(crate) mod sd3_clip;
pub(crate) mod t5;
pub(crate) mod t5_gguf;
pub(crate) mod variant_resolution;