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

  • Log In
  • Sign Up

CalamitousFelicitousness
/
LTX-2.3-dev-Diffusers

Image-to-Video
Diffusers
Safetensors
English
LTX2Pipeline
text-to-video
ltx-2
ltx-2-3
ltx-video
lightricks
Model card Files Files and versions
xet
Community

Instructions to use CalamitousFelicitousness/LTX-2.3-dev-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use CalamitousFelicitousness/LTX-2.3-dev-Diffusers 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("CalamitousFelicitousness/LTX-2.3-dev-Diffusers", 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")
  • Notebooks
  • Google Colab
  • Kaggle
LTX-2.3-dev-Diffusers / text_encoder
24.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
CalamitousFelicitousness's picture
CalamitousFelicitousness
fix(text_encoder): remove orphaned index, update generation_config
91649de verified about 2 months ago
  • config.json
    2.92 kB
    fix(text_encoder): restore Lightricks config with layer_types and full architecture fields about 2 months ago
  • generation_config.json
    167 Bytes
    fix(text_encoder): remove orphaned index, update generation_config about 2 months ago
  • model-00001-of-00005.safetensors
    4.98 GB
    xet
    Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32) 2 months ago
  • model-00002-of-00005.safetensors
    4.93 GB
    xet
    Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32) 2 months ago
  • model-00003-of-00005.safetensors
    4.93 GB
    xet
    Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32) 2 months ago
  • model-00004-of-00005.safetensors
    4.93 GB
    xet
    Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32) 2 months ago
  • model-00005-of-00005.safetensors
    4.6 GB
    xet
    Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32) 2 months ago
  • model.safetensors.index.json
    109 kB
    Replace text_encoder with google/gemma-3-12b-it (bf16, 24GB vs 49GB float32) 2 months ago