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

Lightricks
/
LTX-Video-0.9.8-13B-distilled

Image-to-Video
Diffusers
Safetensors
English
LTXConditionPipeline
ltx-video
Model card Files Files and versions
xet
Community
8

Instructions to use Lightricks/LTX-Video-0.9.8-13B-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Lightricks/LTX-Video-0.9.8-13B-distilled 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("Lightricks/LTX-Video-0.9.8-13B-distilled", 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")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
LTX-Video-0.9.8-13B-distilled / media
297 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
jacobitterman's picture
jacobitterman
Add media folder
fa9215f verified 10 months ago
  • ltx-video_example_00001.gif
    7.96 MB
    xet
    Add media folder 10 months ago
  • ltx-video_example_00005.gif
    5.73 MB
    xet
    Add media folder 10 months ago
  • ltx-video_example_00010.gif
    6.19 MB
    xet
    Add media folder 10 months ago
  • ltx-video_example_00013.gif
    9.02 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00001.gif
    9.29 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00002.gif
    20.4 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00003.gif
    9.83 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00004.gif
    15.7 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00005.gif
    10.3 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00006.gif
    11.9 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00007.gif
    11.8 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00008.gif
    14.7 MB
    xet
    Add media folder 10 months ago
  • ltx-video_i2v_example_00009.gif
    16.8 MB
    xet
    Add media folder 10 months ago
  • trailer.gif
    147 MB
    xet
    Add media folder 10 months ago