Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentence with "/" has a bug. #846

Closed
6 tasks done
liuyiheng001 opened this issue Jan 23, 2025 · 1 comment
Closed
6 tasks done

sentence with "/" has a bug. #846

liuyiheng001 opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@liuyiheng001
Copy link

Self Checks

  • This template is only for bug reports. For questions, please visit Discussions.
  • I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
  • I have searched for existing issues, including closed ones. Search issues
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template and fill in all required fields.

Cloud or Self Hosted

Self Hosted (Docker)

Environment Details

ubuntu=22.04,python=3.10.15, torch=2.4.1, torchaudio=2.4.1, cuda=11.8

Steps to Reproduce

  1. Follow the three steps outlined in docs/zh/inference.md for command-line inference, with --text set to "数字人 (Digital Human / Meta Human) 数字人 (Digital Human / Meta Human) 数字人 (Digital Human / Meta Human)"

  2. From the below log image,we can see Encoded text: 数字人(Digital Human / Meta Human)数字人(Digital Human / Meta Human)数字人(Digital Human / Meta Human)
    Image

  3. But the generated audio is missing the last sentence: "数字人 (Digital Human / Meta Human)".

✔️ Expected Behavior

The generated audio should not miss the last sentence: "数字人 (Digital Human / Meta Human)".
I wish you can tell me why this bug is occur?
And hope you can fix this bug.
Thank you very much for your hard work.

❌ Actual Behavior

The generated audio is missing the last sentence: "数字人 (Digital Human / Meta Human)".

@liuyiheng001 liuyiheng001 added the bug Something isn't working label Jan 23, 2025
@Stardust-minus
Copy link
Member

Special characters should be avoided, it will caused model output not stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants