CoolFace
Modelpublic

eugenehp/maya1

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes47downloads
Model Card

Maya1 Q4KM GGUF (RLX staging)

Maya1 speech LM GGUF + tokenizer for RLX (needs SNAC separately).

FieldValue
Hub id`eugenehp/maya1`
KindStaging redistrib of an upstream checkpoint for RLX runners.
RLX crate`rlx-maya1`
Upstreamhttps://huggingface.co/mradermacher/maya1-GGUF

Quick start

bash
hf download eugenehp/maya1 --local-dir .
cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf

File highlights

  • —maya1.Q4_K_M.gguf (1.9 GiB)
  • —tokenizer.json (21.8 MiB)

Run with RLX

Clone rlx-models, place this repo under weights/tts/maya1 (or pass the path explicitly), then:

bash
cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf

License

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

Original weights and authorship: https://huggingface.co/mradermacher/maya1-GGUF

Redistrib note

This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.