Skip to content

Releases: daswer123/rvc-python

0.1.5

18 Oct 23:42
Compare
Choose a tag to compare
  1. Fixed cli mode
  2. In the API, you can upload a file directly without converting to base64

0.1.4

16 Sep 19:50
Compare
Choose a tag to compare

0.1.3

26 Aug 05:58
Compare
Choose a tag to compare

Added

  • New endpoint /set_models_dir to change model directory via API
  • Optional model preloading at API server startup

Changed

  • Removed the requirement of mandatory model loading at API startup
  • Changed logic of working with models in API mode

Fixed

  • Added check for the presence of a loaded model before converting to API

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

25 Aug 22:03
d30497d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

25 Aug 18:11
Compare
Choose a tag to compare
  1. Fixes being unable to import the api module when running from pip package.
  2. Adds missing requirement python-multipart for parsing form data with FastAPI.
  3. Adds .gitignore entries for default rvc_models path and Mac-specific .DS_Store.

Thanks @Cohee1207 for the update.

0.1.0

25 Aug 16:24
Compare
Choose a tag to compare

Added

  • API server functionality for remote processing
  • New endpoints for model management and parameter configuration
  • Support for uploading new models via API
  • Ability to switch between CPU and GPU processing dynamically
  • Comprehensive README with detailed API documentation
  • Navigation menu in README for easier access to information

Changed

  • Refactored the main script to support both CLI and API modes
  • Improved error handling and logging
  • Updated the model loading process for better flexibility
  • Reorganized the project structure for cleaner code separation

Deprecated

  • Old method of calling the script directly for single file processing (use CLI mode instead)

Removed

  • Unnecessary dependencies to reduce package size

Thanks @Cohee1207 for inspiring me to take on these changes

0.0.6

09 May 16:25
Compare
Choose a tag to compare

0.0.6

  1. Fix #7

Thanks @Phlayne

0.0.7

04 Jun 21:02
Compare
Choose a tag to compare

1.Fixed the problem with infinite processing when index file is used.
2. Downgraded faiss-cpu version to1.7.3

0.0.5

07 Mar 13:08
Compare
Choose a tag to compare
  1. Fix problem with path #5

Thanks @braydenchubb

0.0.4

06 Jan 16:42
623fbd0
Compare
Choose a tag to compare
  1. Reduced the requirements for torch to be compatible with older projects