File size: 1,400 Bytes
02c5689
 
 
 
 
 
 
 
 
 
 
 
 
 
467368c
 
 
 
 
 
02c5689
467368c
02c5689
467368c
 
 
 
02c5689
467368c
02c5689
467368c
 
 
02c5689
 
 
467368c
02c5689
 
 
 
 
 
 
 
 
 
 
467368c
02c5689
467368c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
pipeline_tag: audio-to-audio
library_name: rlx
tags:
- neucodec
- neutts
- rlx
---

# NeuCodec encoder (RLX staging)

NeuCodec encoder safetensors used by RLX NeuTTS voice clone.

| Field | Value |
|---|---|
| **Hub id** | [`eugenehp/neutts`](https://huggingface.co/eugenehp/neutts) |
| **Kind** | Converted / re-laid-out for RLX from an upstream checkpoint. |
| **RLX crate** | [`rlx-neutts`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-neutts) |
| **Upstream** | https://huggingface.co/neuphonic/neucodec |

## Quick start

```bash
hf download eugenehp/neutts --local-dir .
export NEUTTS_ENCODER_PATH=neucodec_encoder.safetensors
```

## File highlights

- `neutts-air-Q4_0.gguf` (502.6 MiB)
- `neucodec_encoder.safetensors` (210.8 MiB)
- `neucodec_encoder_config.json` (301 B)

## Run with RLX

Clone [rlx-models](https://github.com/MIT-RLX/rlx-models), place this repo under `weights/tts/neutts` (or pass the path explicitly), then:

```bash
export NEUTTS_ENCODER_PATH=neucodec_encoder.safetensors
```

## License

Apache License 2.0 — see `LICENSE`. Inherit upstream terms when redistributing.

Original weights and authorship: https://huggingface.co/neuphonic/neucodec

## Maintenance

Cards and LFS attrs are regenerated from the local `weights/` tree in [rlx-models](https://github.com/MIT-RLX/rlx-models) via `python3 scripts/prepare_weights_hf.py`.