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

KoshiMazaki
/
akuspace-ltx25

Audio-to-Audio
LTX.io
Reverb
ltx-2.5
lora
audio
spatial-audio
room-acoustics
ambience
comfyui
Model card Files Files and versions
xet
Community

Instructions to use KoshiMazaki/akuspace-ltx25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • LTX.io

    How to use KoshiMazaki/akuspace-ltx25 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 KoshiMazaki/akuspace-ltx25 --local-dir models/akuspace-ltx25
    hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
    # Text/image-to-video with the LoRA on the HQ two-stage base pipeline
    uv run python -m ltx_pipelines.ti2vid_two_stages_hq \
        --checkpoint-path path/to/checkpoint.safetensors \
        --distilled-lora path/to/distilled_lora.safetensors 0.8 \
        --spatial-upsampler-path path/to/spatial_upsampler.safetensors \
        --gemma-root models/gemma-3-12b \
        --lora models/akuspace-ltx25/<weights>.safetensors 1.0 \
        --prompt "your prompt here" \
        --output-path output.mp4
    # For image-to-video, add: --image path/to/image.jpg 0 0.8
  • Reverb

    How to use KoshiMazaki/akuspace-ltx25 with Reverb:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
akuspace-ltx25 / scripts
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
KoshiMazaki's picture
KoshiMazaki
Update scripts/dataset/README.md
707dac7 verified 7 days ago
  • dataset
    Update scripts/dataset/README.md 7 days ago
  • README.md
    4.02 kB
    scripts: add README.md 8 days ago
  • WORKING_CONFIG.md
    3.48 kB
    scripts: add WORKING_CONFIG.md 8 days ago
  • build_flf25.py
    11.6 kB
    scripts: add build_flf25.py 8 days ago
  • build_heldout_refs.py
    3.29 kB
    scripts: add build_heldout_refs.py 8 days ago
  • build_sweep_manifest.py
    7.18 kB
    scripts: add build_sweep_manifest.py 8 days ago
  • ltx_a2a_generate_multi.py
    5.28 kB
    scripts: add ltx_a2a_generate_multi.py 8 days ago
  • measure_timing.py
    2.97 kB
    scripts: add measure_timing.py 8 days ago
  • trainer_setup.sh
    4.07 kB
    scripts: add trainer_setup.sh 8 days ago