feat: add full-quality audio ml pipeline scaffolding
Showing
This diff is collapsed.
codai/api/audio_backends.py
0 → 100644
codai/api/audio_clean.py
0 → 100644
codai/api/audio_stems.py
0 → 100644
This diff is collapsed.
| ... | @@ -81,6 +81,15 @@ f5-tts>=1.1.0 | ... | @@ -81,6 +81,15 @@ f5-tts>=1.1.0 |
| # Voice conversion / singing voice conversion (Seed-VC — preserves pitch/melody) | # Voice conversion / singing voice conversion (Seed-VC — preserves pitch/melody) | ||
| seed-vc>=0.4.0 | seed-vc>=0.4.0 | ||
| # Audio ML separation / restoration | |||
| # Demucs provides real source separation for vocals/instrumental and multi-stem workflows. | |||
| demucs>=4.0.1 | |||
| # DeepFilterNet provides learned denoise/restoration for higher-quality cleanup than ffmpeg-only filters. | |||
| deepfilternet>=0.5.6 | |||
| # Optional alternate restoration backends. | |||
| rnnoise>=0.2.1 | |||
| voicefixer>=0.1.3 | |||
| # Face swap (insightface INSwapper — downloads inswapper_128.onnx on first use) | # Face swap (insightface INSwapper — downloads inswapper_128.onnx on first use) | ||
| insightface>=0.7.3 | insightface>=0.7.3 | ||
| onnxruntime-gpu>=1.20.0 # GPU-accelerated ONNX runtime for insightface | onnxruntime-gpu>=1.20.0 # GPU-accelerated ONNX runtime for insightface | ||
| ... | ... |
Please
register
or
sign in
to comment