Expand description
Hydrates the FastEnhancer denoiser (ftts_kernels::enhance::Enhancer) from a
safetensors artifact holding the inference-form weights.
The artifact is fastenhancer_s_48k_inference.safetensors: the pinned upstream
checkpoint after the reference’s own remove_weight_reparameterizations() fold,
re-serialized as F32 safetensors (see docs/DENOISER.md for the pin and recipe).
Enums§
- Enhancer
Load Error - Why hydration failed.
Functions§
- enhancer_
from_ safetensors - Materialize every tensor to
f32and build the engine. - open_
enhancer - Open a denoiser artifact from disk and build the engine.