Skip to content

Glow-TTS POC

Latest
Compare
Choose a tag to compare
@revsic revsic released this 07 May 08:41
· 2 commits to main since this release

Proof of concept. Tag v1 is compatible with given checkpoint of commit hash fa8bee4

from config import Config
from glowtts import GlowTTS

with open('glowtts.json') as f:
    config = Config.load(json.load(f))

tts = GlowTTS(config.model)
tts.restore('./glowtts_20.ckpt-1').expect_partial()