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

akshan-main
/
tiny-ltx-modular-pipe

Diffusers
Safetensors
LTX.io
LTXPipeline
testing
Model card Files Files and versions
xet
Community

Instructions to use akshan-main/tiny-ltx-modular-pipe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use akshan-main/tiny-ltx-modular-pipe with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("akshan-main/tiny-ltx-modular-pipe", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • LTX.io

    How to use akshan-main/tiny-ltx-modular-pipe 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 akshan-main/tiny-ltx-modular-pipe --local-dir models/tiny-ltx-modular-pipe
    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/tiny-ltx-modular-pipe/<distilled-checkpoint>.safetensors \
        --spatial-upsampler-path models/tiny-ltx-modular-pipe/<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/tiny-ltx-modular-pipe/<checkpoint>.safetensors \
        --distilled-lora models/tiny-ltx-modular-pipe/<distilled-lora>.safetensors 0.8 \
        --spatial-upsampler-path models/tiny-ltx-modular-pipe/<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
tiny-ltx-modular-pipe / tokenizer
3.24 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
akshan-main's picture
akshan-main
Upload folder using huggingface_hub
0669279 verified 4 months ago
  • special_tokens_map.json
    2.54 kB
    Upload folder using huggingface_hub 4 months ago
  • spiece.model
    792 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    2.42 MB
    Upload folder using huggingface_hub 4 months ago
  • tokenizer_config.json
    20.8 kB
    Upload folder using huggingface_hub 4 months ago