GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

cstr/audioseal-GGUF overview

AudioSeal GGUF GGUF conversion of AudioSeal https://github.com/facebookresearch/audioseal audioseal wm 16bits generator + audioseal detector 16bits detector fo…

ggufaudiowatermarkingcrispasrarxiv:2401.17264license:mitregion:us

Runs locally from ~89.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
audioseal.ggufGGUFGGUF89.0 MBDownload

Model Details

Model IDcstr/audioseal-GGUF
Authorcstr
Pipeline
Licensemit
Base model
Last modified2026-07-15T11:09:04.000Z

Model README

---

license: mit

tags:

- audio

- watermarking

- gguf

- crispasr

library_name: gguf

---

AudioSeal (GGUF)

GGUF conversion of AudioSeal

(audioseal_wm_16bits generator + audioseal_detector_16bits detector) for use

as the optional neural audio-watermarking backend in

CrispASR.

AudioSeal is a proactive, localized watermarking method for AI-generated speech:

an imperceptible watermark is embedded at synthesis time and recovered by a fast

detector, robust to common audio edits (re-encoding, compression, resampling).

Contents

| File | Contents | Size |

|------|----------|------|

| audioseal.gguf | Generator (73 tensors) + detector (40 tensors), F32 | ~89 MB |

Sample rate 16 kHz, 16-bit message payload.

Usage (CrispASR)

# Opt in to the neural watermark (otherwise CrispASR uses its built-in
# zero-dependency spread-spectrum watermark):
crispasr --backend <tts-backend> -m auto --tts "..." \
    --watermark-model auto            # auto-downloads this GGUF

# Detect:
crispasr --detect-watermark out.wav --watermark-model auto

License & attribution

This GGUF is a format conversion of AudioSeal, released by Meta AI (FAIR) under

the MIT License — both code and model weights. See the upstream repository

for the original weights and paper:

  • Code/weights: <https://github.com/facebookresearch/audioseal> (MIT)
  • Paper: Proactive Detection of Voice Cloning with Localized Watermarking,

Roman et al., ICML 2024 — <https://arxiv.org/abs/2401.17264>

Redistributed here under the MIT License with attribution to the original

authors. No model weights were retrained or modified; only the container format

was changed (PyTorch → GGUF).

Run cstr/audioseal-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models