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

  • Log In
  • Sign Up

Lightricks
/
LTX-Video-0.9.7-dev

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

Instructions to use Lightricks/LTX-Video-0.9.7-dev 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-dev 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-dev", 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-dev
47.9 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
bweisslt's picture
bweisslt
README.md: fix demo code.
882cfb5 verified 12 months ago
  • media
    Add media folder from LTX-Video 12 months ago
  • scheduler
    diffusers-weights (#2) 12 months ago
  • text_encoder
    diffusers-weights (#2) 12 months ago
  • tokenizer
    diffusers-weights (#2) 12 months ago
  • transformer
    diffusers-weights (#2) 12 months ago
  • vae
    diffusers-weights (#2) 12 months ago
  • .gitattributes
    2.69 kB
    Add media folder from LTX-Video 12 months ago
  • README.md
    33 kB
    README.md: fix demo code. 12 months ago
  • ltxv-13b-0.9.7-dev.license.txt
    14.4 kB
    Create ltxv-13b-0.9.7-dev.license.txt 12 months ago
  • model_index.json
    421 Bytes
    diffusers-weights (#2) 12 months ago