Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Add files via upload

Open Black3617 opened this issue 4 months ago • 1 comments

Pull request checklist

  • [x] The PR has a proper title. Use Semantic Commit Messages. (No more branch-name title please)

  • [x] Make sure this is ready to be merged into the relevant branch. Please don't create a PR and let it hang for a few days.

  • [x] Ensure you can run the codes you submitted succesfully. These submissions will be prioritized for review:

    Introduce improvements in program execution speed;

    Introduce improvements in synthesis quality;

    Fix existing bugs reported by user feedback (or you met);

    Introduce more convenient user operations.

PR type

  • Bug fix / new feature / synthesis quality improvement / program execution speed improvement

Description

  • Describe what this pull request is for.
  • What will it affect.

Screenshot

  • Please include a screenshot if applicable

Black3617 avatar Jul 26 '25 18:07 Black3617

RVC-Project/ ├── weights/ │ └── uia_model.pth ← Model hasil training ├── logs/ │ └── uia_model/ │ └── config.json ← Konfigurasi model ├── audio_src/ │ └── vocal_song.wav ← Vokal asli yang akan dikonversi

Black3617 avatar Jul 26 '25 18:07 Black3617