Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BingoG
/
SpatialAV2AV

LTX.io
spatial-audio
audio-visual
stereo
binaural
video-editing
ltx-2
Model card Files Files and versions
xet
Community

Instructions to use BingoG/SpatialAV2AV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • LTX.io

    How to use BingoG/SpatialAV2AV with LTX.io:

    # Install the LTX-2 pipelines
    git clone https://github.com/Lightricks/LTX-2.git
    cd LTX-2
    uv sync --frozen
    # Download the weights from this repo, plus the Gemma text encoder
    hf download BingoG/SpatialAV2AV --local-dir models/SpatialAV2AV
    hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
    # Fast pipeline (distilled model, no distilled LoRA needed)
    uv run python -m ltx_pipelines.distilled \
        --distilled-checkpoint-path models/SpatialAV2AV/<distilled-checkpoint>.safetensors \
        --spatial-upsampler-path models/SpatialAV2AV/<spatial-upsampler>.safetensors \
        --gemma-root models/gemma-3-12b \
        --prompt "A beautiful sunset over the ocean" \
        --output-path output.mp4
    # For image-to-video, add: --image path/to/image.jpg 0 0.8
    # HQ pipeline (two-stage, higher quality)
    uv run python -m ltx_pipelines.ti2vid_two_stages_hq \
        --checkpoint-path models/SpatialAV2AV/<checkpoint>.safetensors \
        --distilled-lora models/SpatialAV2AV/<distilled-lora>.safetensors 0.8 \
        --spatial-upsampler-path models/SpatialAV2AV/<spatial-upsampler>.safetensors \
        --gemma-root models/gemma-3-12b \
        --prompt "A beautiful sunset over the ocean" \
        --output-path output.mp4
    # For image-to-video, add: --image path/to/image.jpg 0 0.8
  • Notebooks
  • Google Colab
  • Kaggle
SpatialAV2AV / test_set
2.62 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
BingoG's picture
BingoG
Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718)
797378a verified 9 days ago
  • MANIFEST.sha256
    310 Bytes
    Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718) 9 days ago
  • README.md
    3.24 kB
    Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718) 9 days ago
  • split_overlap_report.json
    163 Bytes
    Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718) 9 days ago
  • split_summary.json
    1.75 kB
    Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718) 9 days ago
  • test.list
    1.81 MB
    Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718) 9 days ago
  • test.relative.list
    801 kB
    Add held-out test split (1452 origins / 11616 samples, 80/10/10 seed 20260718) 9 days ago