ComfyUI-native NVFP4 quantization of the Gemma-4 12B text encoder used by
Lightricks/LTX-2.5.
Model file
gemma4-12b-with-proj-ltx-2.5-nvfp4.safetensors
About
This checkpoint was quantized from the official LTX-2.5 BF16 text encoder:
gemma4-12b-with-proj-ltx-2.5-bf16.safetensors
It is intended as a drop-in replacement for the LTX-2.5 Gemma text encoder
in ComfyUI.
The checkpoint uses a mixed-precision layout: the heavy Gemma decoder Linear
weights are stored as Comfy-native NVFP4 while embeddings, normalization
layers, vision components, and LTX-specific projection layers remain at their
source precision.