Commit Graph

  • e3ffc711b8 Fixed rvc endpoint accepting files tts-rvc james 2026-03-21 11:25:38 -07:00
  • 1f9832ac0d add endpoint for Qwen3-TTS -> RVC james 2026-03-01 15:32:48 -08:00
  • 7b284a6346 fix(deps): replace unavailable numba==0.59.0rc1 with stable release (#57) develop Muhammad Hashim Ali 2025-11-05 12:01:32 +05:00
  • 6490dcb5d4 bug fixes (#53) Alcoft 2025-07-27 02:51:36 +00:00
  • 2c847fbe6d Pytorch>=2.6 fix (#52) Alcoft 2025-07-16 03:07:56 +00:00
  • 3b7e87831a Fix bug with Intel GPUs. (#47) Alcoft 2025-07-13 15:32:24 +00:00
  • 37f67fb607 add install command to README.md (#39) Roberts Slisans 2025-07-13 17:33:21 +03:00
  • fde29c73b5 Docker Fix dos unix malfunction in windows (#43) Frank Hu 2024-10-14 05:27:28 +02:00
  • bb2871c1ab Add GitHub Actions workflow for Docker image (#32) Andrey Danilov 2024-07-09 01:45:43 +03:00
  • 550f986318 Merge pull request #31 from TAO71-AI/docs-es Ftps 2024-06-06 09:06:30 +09:00
  • 864eb9bd42 Update Spanish README.md alcoftTAO 2024-06-03 17:07:19 +02:00
  • e02e00753d Revert "func -> call" Ftps 2024-06-02 02:34:38 +09:00
  • 790b504ba2 Merge pull request #28 from Danand/feature/docker Ftps 2024-06-02 02:31:57 +09:00
  • 043fa4d750 func -> call Ftps 2024-06-02 02:30:11 +09:00
  • 9e27f642fb Update README.md Andrey Danilov 2024-05-20 00:01:08 +03:00
  • 131ce2b625 Add API test script Andrey Danilov 2024-05-19 23:28:20 +03:00
  • 61218ff81f Add Docker configuration Andrey Danilov 2024-05-18 22:45:43 +03:00
  • 75faade7d5 Add assets-download.sh Andrey Danilov 2024-05-18 22:43:59 +03:00
  • 0388a25157 Set API host to 0.0.0.0 Andrey Danilov 2024-05-18 22:37:40 +03:00
  • b0396d3303 Revert "Remove poetry.lock" Andrey Danilov 2024-05-18 22:33:20 +03:00
  • eb710d933a Revert "Add logging for arguments of /inference endpoint" Andrey Danilov 2024-05-18 22:32:54 +03:00
  • 9e407c1e2b Revert "Fix reading form parameters at /inference endpoint" Andrey Danilov 2024-05-17 16:58:57 +03:00
  • 77cd8f1c66 Remove requirements.txt Andrey Danilov 2024-05-17 16:58:36 +03:00
  • 7c815afff4 Add logging for arguments of /inference endpoint Andrey Danilov 2024-05-17 16:58:04 +03:00
  • e4cb45016f Fix reading form parameters at /inference endpoint Andrey Danilov 2024-05-17 16:57:04 +03:00
  • f9aee785a9 Ignore /.venv Andrey Danilov 2024-05-13 00:22:48 +03:00
  • 593b8d151f Fix missing required dependencies Andrey Danilov 2024-05-13 00:18:45 +03:00
  • 31d1d8bb1a Remove poetry.lock Andrey Danilov 2024-05-13 00:18:22 +03:00
  • bff59d1e8e Require poetry==1.7.1 Andrey Danilov 2024-05-13 00:17:47 +03:00
  • 5e3dce38f4 add document for inference api Ftps 2024-03-26 23:55:57 +09:00
  • 04bdcd7591 chore:detect inference models on fastapi Ftps 2024-03-26 23:45:07 +09:00
  • 68f5d08b25 format Ftps 2024-03-26 23:25:50 +09:00
  • efed797200 API: add response with json Ftps 2024-03-26 23:24:35 +09:00
  • bf8a669c79 Merge branch 'develop' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion into develop Ftps 2024-03-26 22:44:16 +09:00
  • b6e7bfaf6b Merge pull request #18 from TAO71-AI/docs-es Ftps 2024-03-22 12:28:25 +09:00
  • d9aa08b55e Fixed a small issue in the translation. alcoftTAO 2024-03-08 15:48:29 +01:00
  • 53ab6d2431 Translated docs to Spanish. alcoftTAO 2024-03-08 15:44:48 +01:00
  • 0e8cf4d0f4 jit Ftps 2024-03-07 22:40:52 +09:00
  • 4918cd3219 chore: vc_single -> vc_inference Ftps 2024-03-07 22:39:30 +09:00
  • cf00b3fb9e add use_device() funcion Ftps 2024-03-07 22:39:08 +09:00
  • bf31c5afe8 format Ftps 2024-03-07 21:50:44 +09:00
  • 785abd7830 move cli and api into wrapper Ftps 2024-03-07 21:50:15 +09:00
  • 0c3c512396 rewrite vr-architecture Ftps 2024-03-07 21:42:07 +09:00
  • 1b2808e332 optimize cli speed Ftps 2024-01-22 17:28:07 +09:00
  • 10f1860694 update numba Ftps 2024-01-22 17:26:25 +09:00
  • 2bb32421fa fix typo Ftps 2024-01-22 14:22:54 +09:00
  • 638fa9b1a9 add usage of lib inference Ftps 2024-01-22 14:22:09 +09:00
  • 1759104a04 add jit temporary Ftps 2024-01-22 14:19:49 +09:00
  • 091aa183d4 update version Ftps 2024-01-22 13:30:43 +09:00
  • 4637dbb771 support python3.10 Ftps 2024-01-22 13:29:40 +09:00
  • 9217ac5ee9 Add api docs Ftps 2024-01-21 14:48:31 +09:00
  • e49eea3aea add api docs on jp Ftps 2024-01-21 14:46:10 +09:00
  • 056fdcc26d add inference api Ftps 2024-01-21 12:00:54 +09:00
  • 7be1ff771b move cli Ftps 2024-01-21 12:00:26 +09:00
  • fb2960e336 move cli Ftps 2024-01-21 11:59:32 +09:00
  • b29976b8f9 prevent line break Ftps 2024-01-21 01:32:21 +09:00
  • eb5ce4454c add flag on inference table Ftps 2024-01-21 01:25:34 +09:00
  • c988f8731f add env command Ftps 2024-01-21 01:16:10 +09:00
  • 7e0326146d format Ftps 2024-01-21 01:15:44 +09:00
  • c839cab165 fix jp readme Ftps 2024-01-21 00:54:26 +09:00
  • f452370847 add japanese readme Ftps 2024-01-21 00:53:38 +09:00
  • 0154b85fdd add setup section Ftps 2024-01-21 00:53:33 +09:00
  • 1eb3a0d4f6 initialize -> init Ftps 2024-01-21 00:52:51 +09:00
  • 0e1dba301e chore: update inference table Ftps 2024-01-21 00:17:53 +09:00
  • 3468d7f0d5 fix calling cli Ftps 2024-01-21 00:10:33 +09:00
  • dd85d6a5d7 fix project.scripts Ftps 2024-01-20 23:09:32 +09:00
  • 6d759b4b96 add inference cli Ftps 2024-01-20 22:48:15 +09:00
  • 95d989827d add note Ftps 2024-01-20 12:21:53 +09:00
  • 5420f2634f add click Ftps 2024-01-19 22:22:42 +09:00
  • 9c4a006cff add architecture of small-model Ftps 2023-12-20 22:20:52 +07:00
  • 81e58cb9b7 fix f0 predict for harvest Ftps 2023-12-10 20:31:55 +09:00
  • df204f4f8b fix onnx flow Ftps 2023-12-10 16:27:58 +09:00
  • db6c80b618 add slicer Ftps 2023-12-08 16:05:35 +09:00
  • f823869bb6 add train lib Ftps 2023-12-08 16:02:42 +09:00
  • bb608df873 add onnx export Ftps 2023-12-08 16:02:00 +09:00
  • 841c28dd4f add pydub Ftps 2023-12-08 15:46:46 +09:00
  • 24a322e8a7 reconstruct uvr Ftps 2023-12-08 15:45:31 +09:00
  • cbafd1c09a support librosa 0.10 Ftps 2023-12-08 15:33:13 +09:00
  • 859f7c6969 support librosa 0.10 Ftps 2023-12-08 15:31:48 +09:00
  • 54916fec84 fix path Ftps 2023-12-08 15:31:20 +09:00
  • 6f8d02954f uvr5 Ftps 2023-11-27 17:01:43 +09:00
  • b2ef9189a6 add uvr5 module Ftps 2023-11-21 12:55:23 +09:00
  • c59e63ad64 misc Ftps 2023-11-19 04:31:25 +09:00
  • 4c03f717ec Add uvr5_pack Ftps 2023-11-19 04:30:56 +09:00
  • 1084d42773 Add infer_pack Ftps 2023-11-19 04:29:35 +09:00
  • 4ca8a63462 add required lib Ftps 2023-11-19 04:29:23 +09:00
  • 59ddaacad9 format Ftps 2023-11-19 04:28:56 +09:00
  • d1106fdd90 format Ftps 2023-11-19 04:14:51 +09:00
  • 90d0b639c4 Support other hubert Ftps 2023-11-19 04:14:30 +09:00
  • 902654a1eb add type declarations Ftps 2023-11-19 04:13:34 +09:00
  • 7f551b6787 fix time Ftps 2023-11-19 04:12:05 +09:00
  • c2cd30e4c0 optimize vc-multi Ftps 2023-11-19 04:08:46 +09:00
  • a713e4d70c paths Ftps 2023-11-19 04:07:40 +09:00
  • 74c4c2f7c7 return Ftps 2023-11-19 04:06:52 +09:00
  • 2532e81561 times list -> dict Ftps 2023-11-19 04:06:07 +09:00
  • 97a3405f9f change index format Ftps 2023-11-19 04:05:03 +09:00
  • 45a164c5ec change protect format Ftps 2023-11-19 04:04:26 +09:00
  • d9653b345d sid optimize Ftps 2023-11-19 04:02:33 +09:00
  • 713a45055a add vc module Ftps 2023-11-19 03:31:12 +09:00
  • 88abd75818 add ipex lib Ftps 2023-11-19 03:28:23 +09:00