htdemucs / config.json
puar-playground's picture
Upload folder using huggingface_hub
05fc581 verified
Raw
History Blame Contribute Delete
285 Bytes
{
"model_type": "demucs",
"model_name": "htdemucs",
"stems": ["vocals", "drums", "bass", "other"],
"sample_rate": 44100,
"audio_channels": 2,
"auto_map": {
"AutoConfig": "modeling_demucs.DemucsConfig",
"AutoModel": "modeling_demucs.DemucsForSourceSeparation"
}
}