Skip to main content

Overview

FluidAudio auto-downloads models from HuggingFace on first use. For offline or air-gapped environments, stage the CoreML bundles manually.

Per-Module Guides

Each module has specific assets and loading APIs:

General Pattern

  1. Download assets via Git LFS, HuggingFace web UI, or copy from a machine that already ran the auto-downloader
  2. Stage in a directory matching the expected layout
  3. Call the load API with the staged directory URL

Cache Locations

Models are cached at ~/Library/Application Support/FluidAudio/Models/<repo> on macOS after first download.