1from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
2
3tokenizer = AutoTokenizer.from_pretrained("Winnougan/LTX-2.3-INT8")
4model = AutoModelForSeq2SeqLM.from_pretrained("Winnougan/LTX-2.3-INT8")
-
Text Encoders (INT8)
-
In addition to the diffusion models, the following text encoders used by LTX-2.3 have also been quantized to INT8:
-
Gemma 3 12B (it) — INT8 quantized, embedding/lm_head/norm layers kept in high precision
-
Load the regular text projector
-
Both load via the standard Load CLIP node alongside the INT8 diffusion model.