p0p4k / vits2_pytorch

unofficial vits2-TTS implementation in pytorch
https://arxiv.org/abs/2307.16430
MIT License
465 stars 81 forks source link

add comma, add variable declaration #65

Closed luhavis closed 9 months ago

luhavis commented 9 months ago

I got an error running vits2 and fixed it.

  1. add comma in AVAILABLE_DURATION_DISCRIMINATOR_TYPES
  2. add variable declaration (Fix referenced before assignment error)
p0p4k commented 9 months ago

Thanks, I am away from my computer, so editing on browser brings so many typos in my code. Thanks!