SceneWorks commited on
Commit
80b60f9
·
verified ·
1 Parent(s): a853867

Add PerTh implicit watermarker (converted from MIT resemble-perth 1.0.1) + LICENSE + provenance README (sc-13443)

Browse files
Files changed (3) hide show
  1. LICENSE +21 -0
  2. README.md +39 -0
  3. perth_implicit.safetensors +3 -0
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Resemble AI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - watermarking
5
+ - audio
6
+ - safetensors
7
+ library_name: safetensors
8
+ ---
9
+
10
+ # perth-implicit
11
+
12
+ A converted **safetensors** mirror of Resemble AI's **PerTh** implicit neural watermarker
13
+ (`PerthImplicitWatermarker` / PerthNet — the `perth_net_250000.pth.tar` "implicit" run) from the
14
+ MIT-licensed [`resemble-perth`](https://github.com/resemble-ai/Perth) package, version **1.0.1**.
15
+
16
+ This repository is a redistribution mirror published by **SceneWorks** so the weights can be resolved
17
+ by an immutable commit SHA. It exists to serve SceneWorks Inference's native-candle PerTh watermarker
18
+ (`candle-audio-chatterbox`, `crate::perth`), which applies provenance watermarking to Chatterbox
19
+ voice-clone output. It is **not** an official Resemble AI distribution.
20
+
21
+ ## Contents
22
+
23
+ - `perth_implicit.safetensors` — the encoder + decoder convolution weights, 56 tensors, `float32`.
24
+ The original checkpoint's `ap.*` STFT window buffers are **omitted** because they are recomputable
25
+ constants (the consuming Rust port recomputes the Hann window).
26
+ - `sha256`: `5fc2f30f327b1ba4b3ed760b9e0e46afff7aa6eb73681b1b8a8154d7768346db`
27
+ - `LICENSE` — the upstream MIT license, preserved verbatim.
28
+
29
+ ## Provenance
30
+
31
+ - **Source**: `resemble-perth` 1.0.1 → `perth/perth_net/pretrained/implicit/perth_net_250000.pth.tar`
32
+ - **Conversion**: `scripts/audio/convert_perth_watermarker.py` (a torch-free converter) in the
33
+ SceneWorks Inference repository. The conversion copies the raw float32 conv storages verbatim.
34
+ - **Upstream project**: https://github.com/resemble-ai/Perth
35
+
36
+ ## License
37
+
38
+ **MIT** — Copyright (c) 2025 Resemble AI. See `LICENSE`. This mirror preserves the upstream license
39
+ unchanged; all rights and attribution remain with Resemble AI.
perth_implicit.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fc2f30f327b1ba4b3ed760b9e0e46afff7aa6eb73681b1b8a8154d7768346db
3
+ size 37392704