Views
No views yet
stereo2spatial-v1 is a DiT model for converting mono or
stereo audio into 12-channel 7.1.4 spatial audio at 48 kHz.SpatialDiT48000507.1.412FL, FR, FC, LFE, BL, BR, SL, SR, TFL,
TFR, TBL, TBR102412166432440,000 total steps:200,000 steps without GAN200,000 additional steps with GAN enabled40,000 steps with GAN enabled7.1.47.1.4 output layout; do not expect other layouts
to work without retraining or exporting a different target-channel setup.1python -m venv .venv
2. .venv/Scripts/activate # Windows PowerShell: .\.venv\Scripts\Activate.ps1
3pip install -e .
4python -m pip install -U "huggingface_hub[cli]"
5hf download francislabounty/stereo2spatial-v1 --local-dir checkpoints/stereo2spatial-v1
6python infer.py --checkpoint checkpoints/stereo2spatial-v1 --input-audio path/to/input.wav --output-audio path/to/output_spatial.wav --device cuda --show-progress--checkpoint at the downloaded bundle
directory. The inference CLI will:config.jsonmodel.safetensorsvae/python infer.py --checkpoint checkpoints/stereo2spatial-v1 --input-audio path/to/input.wav --output-audio path/to/output_spatial.wav --device cuda --show-progress --report-json outputs/report.json--device cpu to run on CPU--solver auto|heun|euler|unipc|... to change the latent solver--normalize-peak to normalize the rendered WAV before writing