ftts-artifacts 0.1.5

Weight containers and safetensors reading for franken_tts (.fttsq, census, conversion)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![forbid(unsafe_code)]

//! Safe readers and writers for FrankenTTS artifacts.

pub mod census;
pub mod converter;
pub mod enhance_loader;
pub mod fttsq;
pub mod safetensors;
pub mod sha256;

/// Identifies this crate's scaffold revision.
pub const SCAFFOLD_REVISION: u8 = 1;