Instructions to use Lightricks/LTX-2.3-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lightricks/LTX-2.3-fp8 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-2.3-fp8", 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
Wondering if ltx-2.3-22b-distilled-1.1.safetensors in fp8 format is in the pipeline for release?
Title essentially. Thanks for the hard work!
I’d also like to know if ltx-2.3-22b-distilled-1.1.safetensors in FP8 format is planned for release.
We're waiting for ltx-2.3-22b-distilled-1.1.safetensors in FP8 format. Thank you for your work!
i hope ltx-2.3-22b-distilled-1.1.safetensors is on the way for fp8
Bump to this. Hope you guys have the time to update FP8 too
ltx2.3的其他东西在哪呢?比如LTX2.0有:
-rw-r--r-- 1 root root 1622 Jun 11 16:03 .gitattributes
-rw-r--r-- 1 root root 21474 Jun 11 16:03 LICENSE
-rw-r--r-- 1 root root 9522 Jun 11 16:03 README.md
drwxr-xr-x 2 root root 68 Jun 11 16:04 audio_vae/
drwxr-xr-x 2 root root 68 Jun 11 17:15 connectors/
drwxr-xr-x 2 root root 68 Jun 11 16:11 latent_upsampler/
-rw-r--r-- 1 root root 29531884062 Jun 12 10:51 ltx-2.3-22b-distilled-fp8.safetensors
-rw-r--r-- 1 root root 616 Jun 11 16:03 model_index.json
drwxr-xr-x 2 root root 35 Jun 11 16:03 scheduler/
drwxr-xr-x 2 root root 4096 Jun 11 18:50 text_encoder/
drwxr-xr-x 2 root root 4096 Jun 11 18:06 tokenizer/
drwxr-xr-x 2 root root 4096 Jun 12 15:19 transformer/
drwxr-xr-x 2 root root 68 Jun 11 19:10 vae/
drwxr-xr-x 2 root root 68 Jun 11 19:09 vocoder/
请问LTX2.3的这些东西去哪里下载呢,我是个新手,有人可以帮忙解答吗