Instructions to use Lightricks/LTX-Video with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lightricks/LTX-Video 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("Lightricks/LTX-Video", 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") - Inference
- Notebooks
- Google Colab
- Kaggle
Upload 13B distilled model files (#88)
Browse files- Upload 13B distilled model files (8061df46afbb2e74b58255eb3c51288e30e396a9)
ltxv-13b-0.9.7-dev-fp8.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15694279916
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b281bbb53b76d25a02285c148212b32daa6a57dfa46ce804c9bddba46f948c94
|
| 3 |
size 15694279916
|
ltxv-13b-0.9.7-distilled-fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d79f419b7203070410b095ccbc4353688d3ef976d7f713a79e6b90ea54675b87
|
| 3 |
+
size 15694280020
|
ltxv-13b-0.9.7-distilled-lora128.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6004b2d7b29d735f149912f80ae8689833c3dc0e01c215a8a17920e8cd5b145
|
| 3 |
+
size 1325666536
|
ltxv-13b-0.9.7-distilled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae3b07c28f19e8eec97345e5d0142aca88a105e2e4fd581ec68e4efb17679943
|
| 3 |
+
size 28579183444
|