Views
No views yet
-tv variants are optimized for target correctness and visual prompting.| Model | Parameters | File Size | Original |
|---|---|---|---|
sam-audio-large-tv-bf16.safetensors | 3,715,221,638 | 6.92 GiB | facebook/sam-audio-large-tv |
sam-audio-base-tv-bf16.safetensors | 1,931,243,654 | 3.60 GiB | facebook/sam-audio-base-tv |
| File | Description |
|---|---|
sam-audio-large-tv-bf16.safetensors | Large-TV model weights (BF16) |
sam-audio-base-tv-bf16.safetensors | Base-TV model weights (BF16) |
config.json | Model configuration |
LICENSE | SAM License (required for redistribution) |
1# With ComfyUI-FFMPEGA (automatic download)
2# Set no_llm_mode = "audio_separate" and prompt = "vocals"
3
4# Or standalone:
5from sam_audio import SAMAudio
6model = SAMAudio.from_pretrained("path/to/this/repo")