Instructions to use elismasilva/ltx2.3-image-base-sdnq-int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use elismasilva/ltx2.3-image-base-sdnq-int8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("elismasilva/ltx2.3-image-base-sdnq-int8", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
LTX 2.3 Image Base (SDNQ int8)
This repository contains an SDNQ int8 base image-only checkpoint derived from the base LTX 2.3 model by Lightricks.
It is a pruned image-only execution package: the model is organized for the LTX 2.3 image generation path and does not expose the original video/audio generation flows. The underlying model family and weights remain derived from LTX 2.3, and this package continues to inherit the original LTX Video 2 Open Source License.
What Changed
- Packaged for Diffusers-based image-only inference.
- Pruned to remove components that are not needed by the image execution path.
- Intended for the LTX2ImagePipeline and LTX2ImageImg2ImgPipeline implementations used by the DEVAIEXP image runners.
- Not a new training run and not a dataset modification.
Variant
This variant uses SDNQ int8 quantization for the base image transformer.
- Balanced quantized base variant for lower VRAM use while preserving more quality than uint4/int4.
- Recommended when the base model behavior is preferred but bf16 memory usage is too high.
- Keeps the same image-only execution target as the bf16 base package.
Usage
For installation, environment setup, model path expectations, and runnable text-to-image / image-to-image examples, see:
https://github.com/DEVAIEXP/ltx2-image-diffusers
That repository uses a temporary Diffusers branch with the LTX 2.3 image pipelines until equivalent support is available upstream.
License
These weights are derived from Lightricks/LTX-2.3 and are released under the LTX Video 2 Open Source License:
https://huggingface.co/Lightricks/LTX-2.3/blob/main/LICENSE
Please review the original LTX 2.3 model card and license before redistribution or commercial use.
- Downloads last month
- 4
Model tree for elismasilva/ltx2.3-image-base-sdnq-int8
Base model
Lightricks/LTX-2.3