voicepaw/so-vits-svc-fork

so-vits-svc fork with realtime support, improved interface and more features.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 15th, 2023
Open Issues & Pull Requests: 157 (+0)
GitHub issues: Enabled
Number of forks: 1,221
Total Stargazers: 9,332 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.9 days
Mean response time: 100.7 days
90th percentile: 402.0 days
Tracked items: 26

How this project is maintained

83% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 802 days
Stale 30+ days: 23
Stale 90+ days: 22

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (23)
  • enhancement (7)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

so-vits-svc-fork is a voice conversion tool that performs singing voice synthesis using deep learning models based on the VITS architecture with SoftVC encoding.

The tool addresses the problem of converting singing voice from one speaker to another by training on audio samples and applying neural vocoding techniques. It uses a generative adversarial network approach combined with PyTorch Lightning for model training, leveraging HuBERT and ContentVec for voice feature extraction. The fork distinguishes itself by adding real-time voice conversion capabilities and an improved user interface compared to the original implementation.

Developers should be aware that the project is no longer actively maintained. The README explicitly states this and notes that the technology landscape has evolved significantly, with many alternative solutions now available. The tool is compatible with models from the original so-vits-svc branch 4.0 and 4.1, but not with newer model versions. It suits projects requiring singing voice conversion with real-time processing capabilities, though users should evaluate whether maintained alternatives better fit their needs given the stated lack of ongoing development.

The project uses modern Python tooling including uv for dependency management and Ruff for code linting, with pre-commit hooks enabled for code quality. Continuous integration is configured through GitHub Actions, and documentation is hosted on Read the Docs with test coverage tracking via Codecov.