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.7-distilled

Text-to-Video
Diffusers
Safetensors
English
LTXConditionPipeline
ltx-video
image-to-video
Model card Files Files and versions
xet
Community
6

Instructions to use Lightricks/LTX-Video-0.9.7-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.7-distilled with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Lightricks/LTX-Video-0.9.7-distilled", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
LTX-Video-0.9.7-distilled
47.9 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 8 commits
linoyts's picture
linoyts HF Staff
fix
3ede8ad verified about 1 year ago
  • media
    Add media folder about 1 year ago
  • scheduler
    diffusers-weights (#1) about 1 year ago
  • text_encoder
    diffusers-weights (#1) about 1 year ago
  • tokenizer
    diffusers-weights (#1) about 1 year ago
  • transformer
    diffusers-weights (#1) about 1 year ago
  • vae
    diffusers-weights (#1) about 1 year ago
  • .gitattributes
    2.69 kB
    Add media folder about 1 year ago
  • README.md
    33 kB
    fix about 1 year ago
  • ltxv-13b-0.9.7-distilled.license.txt
    14.4 kB
    Create ltxv-13b-0.9.7-distilled.license.txt about 1 year ago
  • model_index.json
    421 Bytes
    diffusers-weights (#1) about 1 year ago