Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

vantagewithai
/
LTX-2.3-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-2-3
ltx-video
ltxv
lightricks
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use vantagewithai/LTX-2.3-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.3-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.3-Split
99.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
vantagewithai's picture
vantagewithai
Upload Vantage-LTX-2.3_ICLoRA_HDR.json
19b5cb8 verified 11 days ago
  • audio_vae
    Upload audio_vae/ltx-2-3-22b-audio_vae.safetensors with huggingface_hub 2 months ago
  • loras
    Upload loras/LTX2.3-IC-LORA-Dual-Character.safetensors with huggingface_hub about 1 month ago
  • model
    Rename model/ltx-2-3-22b-distill-model.safetensors to model/ltx-2-3-22b-distilled-model.safetensors 2 months ago
  • text_encoder
    Upload text_encoder/ltx-2-3-22b-text_encoder.safetensors with huggingface_hub 2 months ago
  • vae
    Upload vae/ltx-2-3-22b-VAE.safetensors with huggingface_hub 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.38 kB
    Update README.md 2 months ago
  • Vantage-LTX-2.3_ICLoRA_HDR.json
    80 kB
    Upload Vantage-LTX-2.3_ICLoRA_HDR.json 11 days ago
  • Vantage-LTX2.3-Dual-Character-ICLoRA.json
    120 kB
    Upload Vantage-LTX2.3-Dual-Character-ICLoRA.json about 1 month ago
  • Vantage-LTX2.3-FMLF-Transitions.json
    136 kB
    Upload Vantage-LTX2.3-FMLF-Transitions.json about 1 month ago
  • Vantage-LTX2.3-Face-Swap.json
    100 kB
    Upload Vantage-LTX2.3-Face-Swap.json about 1 month ago
  • Vantage_LTX2.3_ID_LoRA.json
    87.1 kB
    Upload Vantage_LTX2.3_ID_LoRA.json about 1 month ago