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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vantagewithai
/
LTX-2-Split

Image-to-Video
Diffusers
Safetensors
text-to-video
video-to-video
image-text-to-video
audio-to-video
text-to-audio
video-to-audio
audio-to-audio
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
ltx-2
ltx-video
ltxv
lightricks
Model card Files Files and versions
xet
Community

Instructions to use vantagewithai/LTX-2-Split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vantagewithai/LTX-2-Split with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image, export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("vantagewithai/LTX-2-Split", dtype=torch.bfloat16, device_map="cuda")
    pipe.to("cuda")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    image = load_image(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png"
    )
    
    output = pipe(image=image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
LTX-2-Split
124 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
vantagewithai's picture
vantagewithai
Upload Vantage-LTX2-Advanced-Workflow-GGUF-Support.json
852eeae verified 5 months ago
  • audio_vae
    Upload audio_vae/ltx-2-19b-audio_vae.safetensors with huggingface_hub 5 months ago
  • model
    Upload model/ltx-2-19b-distilled-model-fp8.safetensors with huggingface_hub 5 months ago
  • text_encoder
    Upload text_encoder/ltx-2-19b-text_encoder.safetensors with huggingface_hub 5 months ago
  • vae
    Upload vae/ltx-2-19b-VAE.safetensors with huggingface_hub 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.22 kB
    Create README.md 5 months ago
  • Vantage-LTX2-Advanced-Workflow-GGUF-Support.json
    107 kB
    Upload Vantage-LTX2-Advanced-Workflow-GGUF-Support.json 5 months ago