neutts-air-ko

82
4
2 languages
license:apache-2.0
by
jaeyong2
Audio Model
OTHER
New
82 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

License - neuphonic/neutts-air : https://choosealicense.

Code Examples

Install infotext
https://huggingface.co/neuphonic/neutts-air
Install infotext
from neuttsair.neutts import NeuTTSAir
import soundfile as sf

tts = NeuTTSAir(backbone_repo="jaeyong2/neutts-air-ko-preview", backbone_device="cpu", codec_repo="neuphonic/neucodec", codec_device="cpu")
input_text = "하나님이 세상을 이처럼 사랑하사 독생자를 주셨으니 이는 저를 믿는 자마다 멸망치 않고 영생을 얻게 하려 하심이니라"

ref_text = "train_000.txt"
ref_audio_path = "train_000.wav"

ref_text = open(ref_text, "r").read().strip()
ref_codes = tts.encode_reference(ref_audio_path)

wav = tts.infer(input_text, ref_codes, ref_text)
sf.write("new.wav", wav, 24000)

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.