[Help]: Colab-WARNING:phonemizer:words count mismatch on 100.0% of the lines
Author: QinhanJCreated Jan 30, 2025Updated May 12, 2026
Problem Overview
I try to run this great project on colab, since i didn't find any pre-build version (if anyone found one, thanks in advance), mine version couldn't run the example code. the audio output has only 1second duration. https://colab.research.google.com/drive/1SQU4l9A_Ne9xC6H5jyzrI7tii5vSZbrc?usp=sharing
Steps Taken
(Detail your attempts to resolve the issue, including any relevant steps or processes.)
- Config/File changes: since colab is based on linux, for dependency, i use some linux and some windows. reference from: https://www.cnblogs.com/v3ucn/p/18511187
- Run command: sample code from: https://huggingface.co/amphion/Vevo
- See errors: WARNING:phonemizer:words count mismatch on 100.0% of the lines
- output audio has only 1 second of lenght
Environment Information
- Operating System: colab
- Python Version: Python 3.11.11
Looking for smarter people to help me. Thanks
Source: open-mmlab/Amphion