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

  • Log In
  • Sign Up

Duplicated from  a-r-r-o-w/LTX-Video-0.9.7-diffusers

krish897
/
LTX-Video-0.9.7-diffusers

Diffusers
Safetensors
LTXConditionPipeline
Model card Files Files and versions
xet
Community

Instructions to use krish897/LTX-Video-0.9.7-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use krish897/LTX-Video-0.9.7-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("krish897/LTX-Video-0.9.7-diffusers", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
LTX-Video-0.9.7-diffusers
47.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
krish897's picture
krish897
a-r-r-o-w's picture
a-r-r-o-w
Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers
3c698b4 10 days ago
  • scheduler
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago
  • text_encoder
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago
  • tokenizer
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago
  • transformer
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago
  • vae
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago
  • .gitattributes
    1.52 kB
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago
  • model_index.json
    421 Bytes
    Duplicate from a-r-r-o-w/LTX-Video-0.9.7-diffusers 10 days ago