Skip to content

vllm_omni.model_executor.models.glm_tts

Modules:

Name Description
glm_tts

GLM-TTS AR Model (Stage 0): Text → Speech Tokens.

glm_tts_dit

GLM-TTS DiT (Diffusion Transformer) Model.

glm_tts_dit_wrapper

GLM-TTS DiT wrapper: LLM_GENERATION-compatible flow-matching + vocoder.

pipeline

GLM-TTS pipeline: Stage 0 (AR) → Stage 1 (DiT).

text_frontend

Lightweight text frontend aligned with the official GLM-TTS preprocessing.

vocoder

Vocoder loading and mel-to-audio conversion for GLM-TTS.

voice_clone

GLM-TTS voice cloning frontend: speech tokenizer, speaker embedding, mel features.