AI SeedbankHelp preserve open and free AI for humanity's future

← All models

Lightricks_LTX-Video

Lightricks · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


tags:

  • ltx-video
  • image-to-video pinned: true language:
  • en license: other library_name: diffusers

LTX-Video Model Card

This model card focuses on the model associated with the LTX-Video model, codebase available here.

LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 30 FPS videos at a 1216×704 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.

Image-to-video examples

Models & Workflows

Name Notes inference.py config ComfyUI workflow (Recommended)
ltxv-13b-0.9.8-dev Highest quality, requires more VRAM ltxv-13b-0.9.8-dev.yaml ltxv-13b-i2v-base.json
ltxv-13b-0.9.8-mix Mix ltxv-13b-dev and ltxv-13b-distilled in the same multi-scale rendering workflow for balanced speed-quality N/A ltxv-13b-i2v-mixed-multiscale.json
ltxv-13b-0.9.8-distilled Faster, less VRAM usage, slight quality reduction compared to 13b. Ideal for rapid iterations ltxv-13b-0.9.8-distilled.yaml ltxv-13b-dist-i2v-base.json
ltxv-2b-0.9.8-distilled Smaller model, slight quality reduction compared to 13b distilled. Ideal for light VRAM usage ltxv-2b-0.9.8-distilled.yaml N/A
ltxv-13b-0.9.8-fp8 Quantized version of ltxv-13b ltxv-13b-0.9.8-dev-fp8.yaml ltxv-13b-i2v-base-fp8.json
ltxv-13b-0.9.8-distilled-fp8 Quantized version of ltxv-13b-distilled ltxv-13b-0.9.8-distilled-fp8.yaml ltxv-13b-dist-i2v-base-fp8.json
ltxv-2b-0.9.8-distilled-fp8 Quantized version of ltxv-2b-distilled ltxv-2b-0.9.8-distilled-fp8.yaml N/A
ltxv-2b-0.9.6 Good quality, lower VRAM requirement than ltxv-13b ltxv-2b-0.9.6-dev.yaml ltxvideo-i2v.json
ltxv-2b-0.9.6-distilled 15× faster, real-time capable, fewer steps needed, no STG/CFG required ltxv-2b-0.9.6-distilled.yaml ltxvideo-i2v-distilled.json

Model Details

  • Developed by: Lightricks
  • Model type: Diffusion-based image-to-video generation model
  • Language(s): English

Usage

Direct use

You can use the model for purposes under the license:

  • 2B version 0.9: license
  • 2B version 0.9.1 license
  • 2B version 0.9.5 license
  • 2B version 0.9.6-dev license
  • 2B version 0.9.6-distilled license
  • 13B version 0.9.7-dev license
  • 13B version 0.9.7-dev-fp8 license
  • 13B version 0.9.7-distilled license
  • 13B version 0.9.7-distilled-fp8 license
  • 13B version 0.9.7-distilled-lora128 license
  • 13B version 0.9.7-ICLoRA Depth license
  • 13B version 0.9.7-ICLoRA Pose license
  • 13B version 0.9.7-ICLoRA Canny license
  • Temporal upscaler version 0.9.7 license
  • Spatial upscaler version 0.9.7 license
  • 13B version 0.9.8-dev license
  • 13B version 0.9.8-dev-fp8 license
  • 13B version 0.9.8-distilled license
  • 13B version 0.9.8-distilled-fp8 license
  • 2B version 0.9.8-distilled license
  • 2B version 0.9.8-distilled-fp8 license
  • 13B version 0.9.8-ICLoRA detailer license
  • Temporal upscaler version 0.9.8 license
  • Spatial upscaler version 0.9.8 license

General tips:

  • The model works on resolutions that are divisible by 32 and number of frames that are divisible by 8 + 1 (e.g. 257). In case the resolution or number of frames are not divisible by 32 or 8 + 1, the input will be padded with -1 and then cropped to the desired resolution and number of frames.
  • The model works best on resolutions under 720 x 1280 and number of frames below 257.
  • Prompts should be in English. The more elaborate the better. Good prompt looks like The turquoise waves crash against the dark, jagged rocks of the shore, sending white foam spraying into the air. The scene is dominated by the stark contrast between the bright blue water and the dark, almost black rocks. The water is a clear, turquoise color, and the waves are capped with white foam. The rocks are dark and jagged, and they are covered in patches of green moss. The shore is lined with lush green vegetation, including trees and bushes. In the background, there are rolling hills covered in dense forest. The sky is cloudy, and the light is dim.

Online demo

The model is accessible right away via the following links:

  • LTX-Studio image-to-video (13B-mix)
  • LTX-Studio image-to-video (13B distilled)
  • Fal.ai image-to-video (13B full)
  • Fal.ai image-to-video (13B distilled)
  • Replicate image-to-video

ComfyUI

To use our model with ComfyUI, please follow the instructions at a dedicated ComfyUI repo.

Run locally

Installation

The codebase was tested with Python 3.10.5, CUDA version 12.2, and supports PyTorch >= 2.1.2.

git clone https://github.com/Lightricks/LTX-Video.git
cd LTX-Video

# create env
python -m venv env
source env/bin/activate
python -m pip install -e .\[inference-script\]

Inference

To use our model, please follow the inference code in inference.py:

For image-to-video generation:

python inference.py --prompt "PROMPT" --input_image_path IMAGE_PATH --height HEIGHT --width WIDTH --num_frames NUM_FRAMES --seed SEED --pipeline_config configs/ltxv-13b-0.9.8-distilled.yaml

For video generation with multiple conditions:

You can now generate a video conditioned on a set of images and/or short video segments. Simply provide a list of paths to the images or video segments you want to condition on, along with their target frame numbers in the generated video. You can also specify the conditioning strength for each item (default: 1.0).

python inference.py --prompt "PROMPT" --conditioning_media_paths IMAGE_OR_VIDEO_PATH_1 IMAGE_OR_VIDEO_PATH_2 --conditioning_start_frames TARGET_FRAME_1 TARGET_FRAME_2 --height HEIGHT --width WIDTH --num_frames NUM_FRAMES --seed SEED --pipeline_config configs/ltxv-13b-0.9.8-distilled.yaml

Diffusers 🧨

LTX Video is compatible with the Diffusers Python library for image-to-video generation.

Make sure you install diffusers before trying out the examples below.

pip install -U git+https://github.com/huggingface/diffusers

Now, you can run the examples below (note that the upsampling stage is optional but reccomeneded):

For image-to-video:

import torch
from diffusers import LTXConditionPipeline, LTXLatentUpsamplePipeline
from diffusers.pipelines.ltx.pipeline_ltx_condition import LTXVideoCondition
from diffusers.utils import export_to_video, load_image, load_video

pipe = LTXConditionPipeline.from_pretrained("Lightricks/LTX-Video-0.9.8-dev", torch_dtype=torch.bfloat16)
pipe_upsample = LTXLatentUpsamplePipeline.from_pretrained("Lightricks/ltxv-spatial-upscaler-0.9.8", vae=pipe.vae, torch_dtype=torch.bfloat16)
pipe.to("cuda")
pipe_upsample.to("cuda")
pipe.vae.enable_tiling()

def round_to_nearest_resolution_acceptable_by_vae(height, width):
    height = height - (height % pipe.vae_spatial_compression_ratio)
    width = width - (width % pipe.vae_spatial_compression_ratio)
    return height, width

image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/penguin.png")
video = load_video(export_to_video([image])) # compress the image using video compression as the model was trained on videos
condition1 = LTXVideoCondition(video=video, frame_index=0)

prompt = "A cute little penguin takes out a book and starts reading it"
negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
expected_height, expected_width = 480, 832
downscale_factor = 2 / 3
num_frames = 96

# Part 1. Generate video at smaller resolution
downscaled_height, downscaled_width = int(expected_height * downscale_factor), int(expected_width * downscale_factor)
downscaled_height, downscaled_width = round_to_nearest_resolution_acceptable_by_vae(downscaled_height, downscaled_width)
latents = pipe(
    conditions=[condition1],
    prompt=prompt,
    negative_prompt=negative_prompt,
    width=downscaled_width,
    height=downscaled_height,
    num_frames=num_frames,
    num_inference_steps=30,
    generator=torch.Generator().manual_seed(0),
    output_type="latent",
).frames

# Part 2. Upscale generated video using latent upsampler with fewer inference steps
# The available latent upsampler upscales the height/width by 2x
upscaled_height, upscaled_width = downscaled_height * 2, downscaled_width * 2
upscaled_latents = pipe_upsample(
    latents=latents,
    output_type="latent"
).frames

# Part 3. Denoise the upscaled video with few steps to improve texture (optional, but recommended)
video = pipe(
    conditions=[condition1],
    prompt=prompt,
    negative_prompt=negative_prompt,
    width=upscaled_width,
    height=upscaled_height,
    num_frames=num_frames,
    denoise_strength=0.4,  # Effectively, 4 inference steps out of 10
    num_inference_steps=10,
    latents=upscaled_latents,
    decode_timestep=0.05,
    image_cond_noise_scale=0.025,
    generator=torch.Generator().manual_seed(0),
    output_type="pil",
).frames[0]

# Part 4. Downscale the video to the expected resolution
video = [frame.resize((expected_width, expected_height)) for frame in video]

export_to_video(video, "output.mp4", fps=24)

For video-to-video:

import torch
from diffusers import LTXConditionPipeline, LTXLatentUpsamplePipeline
from diffusers.pipelines.ltx.pipeline_ltx_condition import LTXVideoCondition
from diffusers.utils import export_to_video, load_video

pipe = LTXConditionPipeline.from_pretrained("Lightricks/LTX-Video-0.9.8-dev", torch_dtype=torch.bfloat16)
pipe_upsample = LTXLatentUpsamplePipeline.from_pretrained("Lightricks/ltxv-spatial-upscaler-0.9.8", vae=pipe.vae, torch_dtype=torch.bfloat16)
pipe.to("cuda")
pipe_upsample.to("cuda")
pipe.vae.enable_tiling()

def round_to_nearest_resolution_acceptable_by_vae(height, width):
    height = height - (height % pipe.vae_spatial_compression_ratio)
    width = width - (width % pipe.vae_spatial_compression_ratio)
    return height, width

video = load_video(
    "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cosmos/cosmos-video2world-input-vid.mp4"
)[:21]  # Use only the first 21 frames as conditioning
condition1 = LTXVideoCondition(video=video, frame_index=0)

prompt = "The video depicts a winding mountain road covered in snow, with a single vehicle traveling along it. The road is flanked by steep, rocky cliffs and sparse vegetation. The landscape is characterized by rugged terrain and a river visible in the distance. The scene captures the solitude and beauty of a winter drive through a mountainous region."
negative_prompt = "worst quality, inconsistent motion, blurry, jittery, distorted"
expected_height, expected_width = 768, 1152
downscale_factor = 2 / 3
num_frames = 161

# Part 1. Generate video at smaller resolution
downscaled_height, downscaled_width = int(expected_height * downscale_factor), int(expected_width * downscale_factor)
downscaled_height, downscaled_width = round_to_nearest_resolution_acceptable_by_vae(downscaled_height, downscaled_width)
latents = pipe(
    conditions=[condition1],
    prompt=prompt,
    negative_prompt=negative_prompt,
    width=downscaled_width,
    height=downscaled_height,
    num_frames=num_frames,
    num_inference_steps=30,
    generator=torch.Generator().manual_seed(0),
    output_type="latent",
).frames

# Part 2. Upscale generated video using latent upsampler with fewer inference steps
# The available latent upsampler upscales the height/width by 2x
upscaled_height, upscaled_width = downscaled_height * 2, downscaled_width * 2
upscaled_latents = pipe_upsample(
    latents=latents,
    output_type="latent"
).frames

# Part 3. Denoise the upscaled video with few steps to improve texture (optional, but recommended)
video = pipe(
    conditions=[condition1],
    prompt=prompt,
    negative_prompt=negative_prompt,
    width=upscaled_width,
    height=upscaled_height,
    num_frames=num_frames,
    denoise_strength=0.4,  # Effectively, 4 inference steps out of 10
    num_inference_steps=10,
    latents=upscaled_latents,
    decode_timestep=0.05,
    image_cond_noise_scale=0.025,
    generator=torch.Generator().manual_seed(0),
    output_type="pil",
).frames[0]

# Part 4. Downscale the video to the expected resolution
video = [frame.resize((expected_width, expected_height)) for frame in video]

export_to_video(video, "output.mp4", fps=24)

To learn more, check out the official documentation.

Diffusers also supports directly loading from the original LTX checkpoints using the from_single_file() method. Check out this section to learn more.

Limitations

  • This model is not intended or able to provide factual information.
  • As a statistical model this checkpoint might amplify existing societal biases.
  • The model may fail to generate videos that matches the prompts perfectly.
  • Prompt following is heavily influenced by the prompting-style.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:19743abe70db7bd5268b9e557e688b8326db62e2&dn=Lightricks_LTX-Video

Open magnet in torrent client · infohash 19743abe70db7bd5268b9e557e688b8326db62e2

Files & hashes

PathSizesha1sha256
LTX-Video-Open-Weights-License-0.X.txt14.2 KB (14,536 B)f4957bf5f24d46019a68ec26eb1299bb80738c3230eabbcc090dd3bd70cffaa14338142df82f348f7bd91b2f63f0c6099ccf50e0
README.md20.6 KB (21,065 B)6ca967542d4a5c36aa0ad96283468e0e57f467d99d847f02c010f00a3164ff92b0f94b6a5b63e1c790ec7387f3200307e04fb2e1
ltx-video-2b-v0.9.1.license.txt15.6 KB (15,981 B)38f883d749fa411ae45dd8210915ac417761be89f63e6ebb9cfed1bab7cccf290905d807420f810092c4346f5441f7f1f82f4ce7
ltx-video-2b-v0.9.1.safetensors5.32 GB (5,716,863,844 B)5087bff36c43afb8f39c862f72a8dd1dbf3bac7ba23200896c5eddf215c7cb9517820c5763a2b054eb62ba86cbce6b871a4577e3
ltx-video-2b-v0.9.5.license.txt15.7 KB (16,061 B)a92866ad2abbe5b5ac041d1cf3de8f4f01164931720f6ca3843b2152fc9bfee90864a2d0645bc673c6436512f44d9afe22025a37
ltx-video-2b-v0.9.5.safetensors5.91 GB (6,340,729,500 B)a9f507019786e0550b749f44156b787626d563e1720d15c9f19f7d0f6b2a92bbbc34410e2cfb2f6856a100b38f734fbf973d4adf
ltx-video-2b-v0.9.license.txt15.7 KB (16,046 B)e648fea9e017a877cfa11f8edd0da536f714976cdec004198b977478897006d2646aec31d8bcec1715cb25134e815922d5b04fe4
ltx-video-2b-v0.9.safetensors8.73 GB (9,370,442,108 B)9eb4d21004d910c96d8af144177de1e323030db345369c2ae94e3949b127ef99ca9fe173b077f1ca0fecf8185e4115afcbc09581
ltxv-13b-0.9.7-dev-fp8.safetensors14.62 GB (15,694,279,916 B)2a84948d8ab2b7ac9e0c9b753db187cc20ac956ab281bbb53b76d25a02285c148212b32daa6a57dfa46ce804c9bddba46f948c94
ltxv-13b-0.9.7-dev.safetensors26.62 GB (28,579,183,340 B)badd6360e32518ceb4ec33350d84e9cd4a6dd93456b39a874ef9d0c7ad4099954f0ee4fa7e600ce83a24b3736f9e12223e7c71be
ltxv-13b-0.9.7-distilled-fp8.safetensors14.62 GB (15,694,280,020 B)d8d5cd182d5e4bd029b781557323046f836fc9d9d79f419b7203070410b095ccbc4353688d3ef976d7f713a79e6b90ea54675b87
ltxv-13b-0.9.7-distilled-lora128.safetensors1.23 GB (1,325,666,536 B)ac941bcf8bf1497bc998b8cf3fb414a2ac6f3a76c6004b2d7b29d735f149912f80ae8689833c3dc0e01c215a8a17920e8cd5b145
ltxv-13b-0.9.7-distilled.safetensors26.62 GB (28,579,183,444 B)3d9ad5d4cf6714fb01dcf5eca791891933612e07ae3b07c28f19e8eec97345e5d0142aca88a105e2e4fd581ec68e4efb17679943
ltxv-13b-0.9.8-dev-fp8.safetensors14.62 GB (15,694,279,916 B)2a84948d8ab2b7ac9e0c9b753db187cc20ac956ab281bbb53b76d25a02285c148212b32daa6a57dfa46ce804c9bddba46f948c94
ltxv-13b-0.9.8-dev.safetensors26.62 GB (28,579,183,340 B)badd6360e32518ceb4ec33350d84e9cd4a6dd93456b39a874ef9d0c7ad4099954f0ee4fa7e600ce83a24b3736f9e12223e7c71be
ltxv-13b-0.9.8-distilled-fp8.safetensors14.62 GB (15,694,280,140 B)77d34b53cb80fd7aa01e8126bc7f8e5b2d25eb30111a3d07baa17f520e98b571e7916139ae0865c9a24b7534529d6b9e74264db3
ltxv-13b-0.9.8-distilled.safetensors26.62 GB (28,579,183,564 B)9d2ec1118900fc6f4e7c20f8f31d64b0f3b40ceb2c5f814744f04d8118e0b5bbfc0742655b51e41a6c090da66fde2936d651a9c9
ltxv-2b-0.9.6-dev-04-25.safetensors5.91 GB (6,340,743,924 B)22dd2931a7b4175a49dc72979d80d80d3924b4dbe6fb3fe995e23c1f2457bc26c554789a8d74718c17f1853baab33939bd8dfb56
ltxv-2b-0.9.6-distilled-04-25.safetensors5.91 GB (6,340,744,028 B)9cd3f38222eb87ca28e7b0d307da718c2874182c94891bd4bd08de30d484befbfc54fdcffe6d1596a131baad700b9baa5e1de86b
ltxv-2b-0.9.8-distilled-fp8.safetensors4.16 GB (4,461,695,684 B)cfa7682ba71aa9f9e59816a02bc46577d291520ad6d8fa8ed3a98346787c2503ac80fb5d7cebcf80e356b79a2ba361fbadf97e15
ltxv-2b-0.9.8-distilled.safetensors5.91 GB (6,340,744,492 B)3cca9aa80f0ee5ed498ec44d82c8155f8e6896e576aa8c4786af752fa6f951947129d5290c3c6c0b2fadcadea6b5e114ae2cad8f
ltxv-spatial-upscaler-0.9.7.safetensors481.6 MB (505,024,432 B)c41f89f912162da9bcb5cd24669e9784c1502ed15b076031c6f860db9037a54f3bb819f10bfb5532ea26a6d30062292428a0c208
ltxv-spatial-upscaler-0.9.8.safetensors481.6 MB (505,024,432 B)c41f89f912162da9bcb5cd24669e9784c1502ed15b076031c6f860db9037a54f3bb819f10bfb5532ea26a6d30062292428a0c208
ltxv-temporal-upscaler-0.9.7.safetensors499.6 MB (523,894,768 B)057dec3973bd21035fc4fd633dcbdf4deb64309092ee7c34a06007da23e83c9c2db1ea74344d95a3b8baa6a3a1d18a0aa20a39b8
ltxv-temporal-upscaler-0.9.8.safetensors499.6 MB (523,894,768 B)057dec3973bd21035fc4fd633dcbdf4deb64309092ee7c34a06007da23e83c9c2db1ea74344d95a3b8baa6a3a1d18a0aa20a39b8
media/ltx-video_example_00001.gif7.6 MB (7,963,919 B)691256ce002a651fe66e62efb1a0f02f8157f313b679f14a09d2321b7e34b3ecd23bc01c2cfa75c8d4214a1e59af09826003e2ec
media/ltx-video_example_00005.gif5.5 MB (5,732,587 B)48ffc30b482a1ffed643c27438c3fd0ff5312b6287fdb9556c1218db4b929994e9b807d1d63f4676defef5b418a4edb1ddaa8422
media/ltx-video_example_00006.gif132 B (132 B)d70821a24a61743086f466c17726a3bad7ad502cac92edd9c2e738d49301641f65cf22bfce101e69aabc4d470f422db629b66e21
media/ltx-video_example_00007.gif132 B (132 B)bb73b36d1b2e0633d9ea44b65664e1a60d5694af68d15278b9d7afe43306a531ba9329cb4cb453b9f2097522f1f0a0b26c50a1a7
media/ltx-video_example_00010.gif5.9 MB (6,193,172 B)68ecab0219b4daece8a53961a0b49d644196011bbcf1e084e936a75eaae73a29f60935c469b1fc34eb3f5ad89483e88b3a2eaffe
media/ltx-video_example_00011.gif132 B (132 B)554cc8569782922ff6dfe5dee5f9f9377acfaded15b67e58e7bc50b23ad81f81b439fbbbd630a825202ddca47d5e0990bbaf6bfc
media/ltx-video_example_00013.gif8.6 MB (9,024,843 B)9c54d9824a1f88264f9f5ad08cc476409b2312b6aa7eb790b43f8a55c01d1fbed4c7a7f657fb2ca78a9685833cf9cb558d2002c1
media/ltx-video_example_00014.gif132 B (132 B)63b360d2eb41840ae9f92235c2e05f7c96461a88ae7c3cdb08be3d6c8c627d62da4b3cfe58b8cd7d4e0a57c503ffbfc66c4be2eb
media/ltx-video_example_00015.gif132 B (132 B)bfadc56814c34650aca58076d07475ac03b0cb68af8e94d5b9823791bac54734975ea53f389c6b7aee5587a2bb58af1da0412161
media/ltx-video_i2v_example_00001.gif8.9 MB (9,285,683 B)27cd651a28b7f15c5f72c176201e932d0e49d3fa51e7f2ef92a9a2296e7ce9b40a118033b26372838befdd3d2281819c438ee928
media/ltx-video_i2v_example_00002.gif19.4 MB (20,393,804 B)750e542b5b36e553a262fbb2d0f3325b3a8b6b240bd2c1314587efc0b8b7656d6634fbcc3a2045801441bf139bab7726275fa353
media/ltx-video_i2v_example_00003.gif9.4 MB (9,825,156 B)bcb18fe42a50e567345aef4aa9fd9cb788509afabb62a79340882b490d11e05de0427e4efad3dca19a55e003ef92889613b67825
media/ltx-video_i2v_example_00004.gif15.0 MB (15,691,608 B)00159131f88b8435cf40517899ee30e98381a886151cb985a1622512b656288b1a1cba7906a34678a2fd9ae6e25611e330a0f9bb
media/ltx-video_i2v_example_00005.gif9.9 MB (10,329,925 B)b17d15a203ec4b5224c32c37b412849a201edc706280efa40b66a50a8a32fddc0e81a55081e8c8efef56a54229ea4e7f2ae4309d
media/ltx-video_i2v_example_00006.gif11.4 MB (11,936,674 B)520a505c7c9b67fed2f327d9b19707b7faf7ea2ada23e79524a6427959b20809e392555ab4336881ade20001e5ae276d662ed291
media/ltx-video_i2v_example_00007.gif11.2 MB (11,755,718 B)a1aa9614bff4e25f0e89a6a3c6f3c5dd2782c2119bcfe336e823925ace248f3ad517df791986c00a1a3c375bac2cb433154ca133
media/ltx-video_i2v_example_00008.gif14.0 MB (14,716,658 B)fc6e78a6add41a2d7c1f3658e6dd7d54899ec754706368111eda5331dca089e9231bb272a2e61a6b231bd13876ac442cb9d78019
media/ltx-video_i2v_example_00009.gif16.1 MB (16,848,341 B)0173adebfb7f404119e236477ccbc027c066f1cda9c13259e01485c16148dc6681922cc3a748c2f7b52ff7e208c3ffc5ab71397d
media/trailer.gif140.5 MB (147,294,304 B)5a68f333ef84790af4273ef835c2bffc78d09535fe193ca2f5d61ff2c2707efd22c1e76517f7f070896ceec58c9bec0738c6599c
model_index.json412 B (412 B)d8ced17af6bd0c916329b02252c51671d8883b9a7feb8da8aaa6606b5ce8552724b42b74fb09d499e00260b32105dd16ef74d68e
scheduler/scheduler_config.json418 B (418 B)5c4c25f47d1714f7ad68b73fbcecc2d7deb68c37c8b56ab25a679bab39c0f92d56fba09c055a41efa08745ca7a996d11ca7e76f5
text_encoder/config.json781 B (781 B)f275773219a8b09538cf72276cf7b3cd8c4b4675e8425c7fb4b09361c160eba83f89f3b3186d69bb189a8d67ad6bee8a160479a0
text_encoder/model-00001-of-00004.safetensors4.65 GB (4,989,319,680 B)5f320b99c9135f157d3d6989216a876f20dfb6247a68b2c8c080696a10109612a649bc69330991ecfea65930ccfdfbdb011f2686
text_encoder/model-00002-of-00004.safetensors4.66 GB (4,999,830,656 B)0e7921f775c95731c499e7ee06bd1e646aefe964b8ed6556d7507e38af5b428c605fb2a6f2bdb7e80bd481308b865f7a40c551ca
text_encoder/model-00003-of-00004.safetensors4.53 GB (4,865,612,720 B)2b5f917ef1febf5b31132f5fce897e306902cf70c831635f83041f83faf0024b39c6ecb21b45d70dd38a63ea5bac6c7c6e5e558c
text_encoder/model-00004-of-00004.safetensors3.91 GB (4,194,506,688 B)564f24a8e93b9fc41ef029ff961f7b184f801cbe02a5f2d69205be92ad48fe5d712d38c2ff55627969116aeffc58bd75a28da468
text_encoder/model.safetensors.index.json19.4 KB (19,886 B)0900b8ebd70052d4cccc2eacf6e07d75bb1f9cb8a545bb25dc0f423d84be7b577311bba8bb7c6931f1eefcea65fc8b0a61a60a76
tokenizer/added_tokens.json2.5 KB (2,593 B)3f5132007c4fcf42b75b65c8b6aa49c7098bcdf4ea5a91a3234f66ea642c8e672d67f0f493759a9bee6910ae304ea9b9492118b5
tokenizer/special_tokens_map.json2.5 KB (2,543 B)17ade346a1042cbe0c1436f5bedcbd85c099d5827a1985a994c41886db38c719d2a3d2f40606663cc19d7c5d6a85d349320e06d2
tokenizer/spiece.model773.1 KB (791,656 B)5f05e7c57adf916bdba74912b0b37dea5c585988d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
tokenizer/tokenizer_config.json20.1 KB (20,618 B)1f869cb65e8c3d5f44997e57f4c9aaece8bf6bc0e8c727fbdfbc495f9ec68fc4b89eda5d7d0a800cc33d1a661ae208b20b50e17a
transformer/config.json500 B (500 B)77dfea2348d8865509d7665cc9bb8ef9ad206c4af0fba250ebd4e1c33ed035f1151af44e069a3125fe1c3620e5196681f5f2b0cd
transformer/diffusion_pytorch_model-00001-of-00002.safetensors4.60 GB (4,939,189,200 B)65dfe5d7f7aba863aaf27978073a1b3657f0be638acd3e0bda74f7434259a4543a324211ddd82580fcc727df236b2414591eadc8
transformer/diffusion_pytorch_model-00002-of-00002.safetensors2.57 GB (2,754,433,648 B)24e29087c6b4e1690b9b4ae703e0bf1dbdf5a19703b3c822c31e1a9e00f6f575aa1b6f3cc4cc3797f60dcced537c8600bf1e9019
transformer/diffusion_pytorch_model.safetensors.index.json70.4 KB (72,060 B)410d294753c04db46910076eb46de4408464ac703a99763d8e06f985e6e4323a927b404c8354dadc41e1a693c5c5052de591a630
vae/config.json501 B (501 B)3a9d81963b21d0c4cfba102fff93676852b52588e8f12ad5305b1508f6e456797d48ab8e9fdd091c686ccf814a293ee96ce89dbb
vae/diffusion_pytorch_model.safetensors1.56 GB (1,676,798,532 B)fa320592ff716f03c9676d4284f56e6e20c14f2d265ca87cb5dff5e37f924286e957324e282fe7710a952a7dafc0df43883e2010

Cite this release

Canonical URL
https://aiseedbank.org/models/Lightricks_LTX-Video/
Slug
Lightricks_LTX-Video
Infohash
19743abe70db7bd5268b9e557e688b8326db62e2
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: Lightricks_LTX-Video.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryLightricks/LTX-Video
Revision (pinned)8984fa25007f376c1a299016d0957a37a2f797bb
Fetched at2026-09-03T18:14:17Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T19:01:45Z

custom/other license236.66 GB (254,107,002,029 bytes)diffuserssafetensorsltx-videoimage-to-videodiffusers:LTXPipeline1 language (en)