Skip to main content

Module enhance_loader

Module enhance_loader 

Source
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§

EnhancerLoadError
Why hydration failed.

Functions§

enhancer_from_safetensors
Materialize every tensor to f32 and build the engine.
open_enhancer
Open a denoiser artifact from disk and build the engine.