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

  • Log In
  • Sign Up

OzzyGT
/
tiny_LTX2

Diffusers
Safetensors
LTX2Pipeline
Model card Files Files and versions
xet
Community

Instructions to use OzzyGT/tiny_LTX2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use OzzyGT/tiny_LTX2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OzzyGT/tiny_LTX2", 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
tiny_LTX2
235 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
OzzyGT's picture
OzzyGT HF Staff
Upload 6 files
a0a7816 verified about 1 month ago
  • audio_vae
    Upload 6 files about 1 month ago
  • connectors
    Upload 17 files 2 months ago
  • latent_upsampler
    Upload 2 files 2 months ago
  • scheduler
    Upload 17 files 2 months ago
  • text_encoder
    Upload 17 files 2 months ago
  • tokenizer
    Upload 17 files 2 months ago
  • transformer
    Upload 6 files about 1 month ago
  • vae
    Upload 2 files 2 months ago
  • vocoder
    Upload 6 files about 1 month ago
  • .gitattributes
    1.58 kB
    Upload 17 files 2 months ago
  • README.md
    31 Bytes
    initial commit 2 months ago
  • model_index.json
    650 Bytes
    Upload model_index.json 2 months ago