IAHispano / Applio

A simple, high-quality voice conversion tool focused on ease of use and performance
https://applio.org
MIT License
1.81k stars 292 forks source link

[Bug]: Speaker ID not working anymore #847

Closed BornSaint closed 3 weeks ago

BornSaint commented 3 weeks ago

Project Version

Your local version 3.2.6 is the latest version.

Platform and OS Version

Linux x64

Affected Devices

PC

Existing Issues

No response

What happened?

When i write the speaker ID and click out the text box it become empty

Steps to reproduce

  1. ...

Expected behavior

select speaker id

Attachments

No response

Screenshots or Videos

https://github.com/user-attachments/assets/ef5a3102-d18f-4582-8f7d-d17c44268b1f

Additional Information

Also tried to press enter after fill the field, nothing works. Please also remove speaker id from advanced please

BornSaint commented 3 weeks ago

speaker id is in conflict with transpose value, because now it started to work again, but it's showing 0 to 11 to wrong index and is acting like transpose now. Also transpose field doesn't exist anymore

BornSaint commented 3 weeks ago

New info

the bug is on batch inference tab, single is working properly

BornSaint commented 3 weeks ago

maybe related to this snippet on tabs/inference/inference.py

    refresh_button.click(
        fn=change_choices,
        inputs=[model_file],
        outputs=[
            model_file,
            index_file,
            audio,
            sid,
        ],
    )

i'm not gradio expert but seems refresh button only refresh sid and not sid_batch