Also seen as: "Value not in list: gemma_path", "gemma_path not in []", "LTXVGemmaCLIPModelLoader value not in list", "gemma-3 tokenizer.model 403"
Direct answer
LTX-2 (19B) uses a Gemma-3 LLM as its text encoder, loaded via LTXVGemmaCLIPModelLoader as a directory — and it shows an empty gemma_path list when that directory is missing the gated config + tokenizer files. The diffusion weights come from the open Comfy-Org/ltx-2 repo, but config.json and tokenizer.model come from the gated google/gemma-3-12b-it repo. Without an HF token + accepted license, that sidecar 403s and the loader has nothing to list.
Not sure this workflow will run before you rent a GPU?
Paste your ComfyUI workflow JSON into the free checker — it flags missing nodes, model requirements, and the VRAM/GPU you actually need. No signup.
You downloaded the LTX-2 weights but not the Gemma encoder’s config.json + tokenizer.model, which live in the gated google/gemma-3-12b-it repo.
Accept the google/gemma-3-12b-it license on HuggingFace while logged in. Create a read token and use it for the download so config.json + tokenizer.model land inside the Gemma encoder directory.