ErrLookup › microsoft/VibeVoice
microsoft/VibeVoice
Open-Source Frontier Voice AI · Python · 35 source files
Analyzed at 94da20d98b on 2026-08-15. 65 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Multiple voice presets match the speaker name '{speaker_name | validation | error | demo, voice-preset, ambiguous-match, valueerror |
| Voices directory not found: {voices_dir} | exception | critical | web-demo, startup, missing-directory, voice-preset, environment |
| No voice preset (.pt) files found in {voices_dir} | exception | critical | web-demo, startup, voice-preset, empty-directory, download |
| Voice preset {key!r} not found | exception | error | web-demo, voice-preset, invalid-key, runtimeerror |
| StreamingTTSService not initialized | exception | error | web-demo, lifecycle, not-initialized, race-condition |
| MODEL_PATH not set in environment | exception | critical | web-demo, environment, configuration, startup |
| Unsupported decoder model type: {decoder_config.get('model_t | validation | error | configuration, decoder, qwen2, valueerror |
| Unsupported decoder model type: {decoder_config.get('model_t | validation | error | configuration, streaming, decoder, qwen2, valueerror |
| Speech type {speech_type} not implemented | exception | error | training, collator, speech-type, notimplementederror |
| Prediction type {prediction_type} not implemented | exception | error | training, diffusion, prediction-type, config, notimplementederror |
| segment_length must be positive | validation | error | asr, streaming, segment-duration, valueerror, parameter-validation |
| VibeVoiceStreamingModel.forward is intentionally disabled. U | exception | error | api-contract, streaming, forward-disabled, runtimeerror |
| Output embeddings (lm_head) are not defined for this model. | exception | error | api-contract, streaming, lm-head, embeddings, runtimeerror |
| Loss computation is not implemented in this version. | exception | error | streaming, inference, labels, notimplementederror, training-unsupported |
| Unified forward is disabled. Use `forward_lm`, `forward_tts_ | exception | error | api-contract, streaming, inference, forward-disabled, runtimeerror |
| GroupNorm doesn't support causal evaluation. | validation | error | tokenizer, normalization, causal, groupnorm, valueerror |
| Unsupported mixer layer: {mixer_layer} | validation | error | tokenizer, mixer-layer, configuration, valueerror |
| Unsupported norm type: {layernorm} | validation | error | tokenizer, layernorm, configuration, valueerror |
| Unsupported dist_type: {dist_type}, expected 'fix' or 'gauss | validation | error | sampling, config, tokenizer, vae |
| Sample index {sample_idx} exceeds batch size {self.batch_siz | validation | error | streaming, indexing, batch, audio |
| load_audio_bytes_use_ffmpeg requires resample=True | validation | error | audio, ffmpeg, resampling, io |
| Unsupported tokenizer type for {language_model_pretrained_na | validation | error | tokenizer, config, asr, from-pretrained |
| Audio input is required for ASR processing | validation | error | asr, validation, audio, input-validation |
| Unsupported tokenizer type for {language_model_pretrained_na | validation | error | tokenizer, config, from-pretrained, misleading-error |
| Could not process input text: {text} | validation | error | input-validation, script, text-processing, tts |
| JSON file must contain a list of speaker entries | validation | error | json, script, file-format, validation |
| No valid entries found in JSON file | validation | error | json, script, validation, data-quality |
| No valid content found in text file | validation | error | text-file, script, validation, data-quality |
| No valid speaker lines found in script | validation | error | script, parsing, input-format, tts |
| Unsupported tokenizer type for {language_model_pretrained_na | validation | error | tokenizer, streaming, config, misleading-error |
| VibeVoiceStreamingProcessor.__call__ is not implemented. Use | exception | error | streaming, api-misuse, not-implemented, processor |
| Unexpected audio shape: {audio.shape} | exception | error | audio, shape, mono, input-validation |
| Audio should be 1D or 2D, got shape: {audio.shape} | exception | error | audio, shape, ndim, input-validation |
| Audio input is required | exception | error | audio, validation, input-validation, tokenizer |
| Empty audio list provided | exception | error | audio, batch, validation, edge-case |
| Unsupported file format: {file_ext}. Supported formats: .wav | exception | error | audio, file-format, ffmpeg, validation |
| soundfile is required to save audio files. Install it with: | exception | error | python, audio, dependency, optional-import, environment |
| Unsupported audio type: {type(audio)} | exception | error | python, audio, type-validation, input-contract |
| Unsupported alpha_transform_type: {alpha_transform_type} | exception | error | python, diffusion, scheduler, config, noise-schedule |
| {beta_schedule} is not implemented for {self.__class__} | exception | error | python, diffusion, scheduler, config, not-implemented |
| {algorithm_type} is not implemented for {self.__class__} | exception | error | python, diffusion, scheduler, config, solver |
| {solver_type} is not implemented for {self.__class__} | exception | error | python, diffusion, scheduler, config, solver |
| `final_sigmas_type` {final_sigmas_type} is not supported for | exception | error | python, diffusion, scheduler, config, sigma |
| Must pass exactly one of `num_inference_steps` or `timesteps | exception | error | python, diffusion, scheduler, api-misuse, timesteps |
| Can only pass one of `num_inference_steps` or `custom_timest | exception | error | python, diffusion, scheduler, api-misuse, timesteps |
| Cannot use `timesteps` with `config.use_karras_sigmas = True | exception | error | python, diffusion, scheduler, config, karras, timesteps |
| Cannot use `timesteps` with `config.use_lu_lambdas = True` | exception | error | python, diffusion, scheduler, config, lu-lambdas, timesteps |
| {self.config.timestep_spacing} is not supported. Please make | exception | error | python, diffusion, scheduler, config, timesteps |
| `final_sigmas_type` must be one of 'zero', or 'sigma_min', b | exception | error | python, diffusion, scheduler, config, sigma |
| missing `sample` as a required keyword argument | exception | error | python, diffusion, scheduler, internal-api, api-misuse |
| prediction_type given as {self.config.prediction_type} must | exception | error | python, diffusion, scheduler, config, prediction-type |
| missing `sample` as a required keyword argument | exception | error | python, diffusion, scheduler, internal-api, api-misuse |
| missing`sample` as a required keyword argument | exception | error | python, diffusion, scheduler, internal-api, api-misuse |
| Number of inference steps is 'None', you need to run 'set_ti | exception | error | python, diffusion, scheduler, api-misuse, lifecycle |
| Unsupported audio data type: {type(data)} | exception | error | audio, input-validation, multimodal, vllm, type-error |
| Audio duration ({duration_sec:.1f}s) exceeds the configured | exception | error | audio, duration-limit, oom-prevention, configuration, vllm |
| Missing acoustic/semantic tokenizer config in model config | exception | critical | model-config, checkpoint, huggingface, initialization, vllm |
| acoustic_tokenizer_config has unexpected type: {type(ac_cfg) | exception | critical | model-config, type-error, serialization, omegaconf, vllm |
| semantic_tokenizer_config has unexpected type: {type(sc_cfg) | exception | critical | model-config, type-error, serialization, vllm |
| Audio at index {item_idx} is too short to be represented | exception | error | audio, batching, prompt-construction, data-quality, vllm |
| Unsupported modality: {modality} | exception | error | modality, multimodal, prompt-template, vllm, routing |
| Cannot find embed_tokens layer | exception | critical | vllm, version-compatibility, embedding, model-wrappers, attribute-error |
| ffmpeg returned empty audio data | exception | error | ffmpeg, subprocess, audio-decode, demo-script, media |
| Failed to load audio: {e} | exception | error | ffmpeg, error-wrapping, audio-decode, demo-script |
| Please install huggingface_hub: pip install huggingface_hub | exception | warning | dependencies, import-error, huggingface, tokenizer, tooling |