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 / loras
11.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
vantagewithai's picture
vantagewithai
Upload loras/LTX2.3-IC-LORA-Dual-Character.safetensors with huggingface_hub
04f7a43 verified about 1 month ago
  • LTX-2.3-22b-AV-LoRA-talking-head-v1.safetensors
    428 MB
    xet
    Upload loras/LTX-2.3-22b-AV-LoRA-talking-head-v1.safetensors with huggingface_hub about 1 month ago
  • LTX2.3-IC-LORA-Dual-Character.safetensors
    327 MB
    xet
    Upload loras/LTX2.3-IC-LORA-Dual-Character.safetensors with huggingface_hub about 1 month ago
  • head_swap_v3_rank_adaptive_fro_098.safetensors
    1.36 GB
    xet
    Upload loras/head_swap_v3_rank_adaptive_fro_098.safetensors with huggingface_hub about 2 months ago
  • id-lora-celebvhq-3k.safetensors
    1.16 GB
    xet
    Upload loras/id-lora-celebvhq-3k.safetensors with huggingface_hub about 2 months ago
  • ltx-2.3-22b-distilled-lora-384.safetensors
    7.61 GB
    xet
    Upload loras/ltx-2.3-22b-distilled-lora-384.safetensors with huggingface_hub about 2 months ago
  • ltx2.3-transition.safetensors
    390 MB
    xet
    Upload loras/ltx2.3-transition.safetensors with huggingface_hub about 1 month ago