Prompt
PIKA_CRUSH A red toy car is being crushed by a large hydraulic press, which is flattening objects as if they were under a hydraulic press.
Prompt
PIKA_CRUSH A large metal cylinder is seen pressing down on a pile of Oreo cookies, flattening them as if they were under a hydraulic press.
Prompt
PIKA_CRUSH A red toy car is being crushed by a large hydraulic press, which is flattening objects as if they were under a hydraulic press.

This is a LoRA fine-tune of the Lightricks/LTX-Video model on the finetrainers/crush-smol dataset.

Code: https://github.com/a-r-r-o-w/finetrainers

This is an experimental checkpoint and its poor generalization is well-known.

Inference code:

import torch
from diffusers import LTXPipeline
from diffusers.utils import export_to_video

pipe = LTXPipeline.from_pretrained(
    "Lightricks/LTX-Video", torch_dtype=torch.bfloat16
).to("cuda")
pipe.load_lora_weights("my-awesome-name/my-awesome-lora", adapter_name="ltxv-lora")
pipe.set_adapters(["ltxv-lora"], [0.9])

video = pipe("<my-awesome-prompt>").frames[0]
export_to_video(video, "output.mp4", fps=8)

Training logs are available on WandB here.

Downloads last month
64
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for finetrainers/LTX-Video-0.9.0-crush-smol-v0

Finetuned
(18)
this model

Dataset used to train finetrainers/LTX-Video-0.9.0-crush-smol-v0

Collection including finetrainers/LTX-Video-0.9.0-crush-smol-v0