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

Possible Bug in Style Diffusion Inference Code #230

Open
brthor opened this issue Apr 16, 2024 · 0 comments
Open

Possible Bug in Style Diffusion Inference Code #230

brthor opened this issue Apr 16, 2024 · 0 comments

Comments

@brthor
Copy link

brthor commented Apr 16, 2024

Here we see that the ground truth for the denoiser is the (acoustic_styles, prosodic_styles):

https://github.com/yl4579/StyleTTS2/blob/main/train_second.py#L307

But here we see that the output from the sampler is parsed as (prosodic_styles, acoustic_styles)

https://github.com/yl4579/StyleTTS2/blob/main/train_second.py#L739-L743

Also during inference the output from the sampler is parsed as (prosodic_styles, acoustic_styles):

https://github.com/yl4579/StyleTTS2/blob/main/Demo/Inference_LibriTTS.ipynb?short_path=4b85bf5#L275-L289

I tried swapping them and got bad inference results, so I'm not sure what is going on with this.

/cc @yl4579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant