Nz-Gemma4-12B-LTX25
動画編集ソフト AviUtl2 用のプラグイン Nz-Videomni
(旧称 Nz-LTX23)が持つLTX 2.5用の推論エンジン(engine25)が使う、テキストエンコーダー
(プロンプトの指示文を、動画生成側が扱える形へ変換する部品)のGGUF重みファイルです。
動画生成本体・VAE・アップスケーラーは別リポジトリ
Rootport/Nz-LTX25-weights
にあります。テキストエンコーダーだけをこちらへ分けているのは、基底モデルのライセンスが
異なるためです(下記「基底モデルについて」参照)。
ファイル一覧
| パス | サイズ | 役割 | 由来 |
|---|---|---|---|
TextEncoder/LTX-2.5-gemma4-12b-text-encoder-Q4_K_M.gguf |
9,231,374,624 B | プロンプトを解釈するテキストエンコーダー。Gemma 4のLTX専用ファインチューン版をGGUF形式のQ4_K主体の混合量子化へ変換したもの | 量子化変換(下記「変換来歴」参照) |
上流での正確なパス・コミットハッシュ・SHA-256は NOTICE.md にあります。
変換来歴(GGUF量子化)
本ファイルは、上流の bf16 safetensors
(Lightricks/LTX-2.5 の text_encoders/gemma4-12b-with-proj-ltx-2.5-bf16.safetensors、
26,263,860,594 バイト、SHA-256 1c647a94c0e902fb87f9a403cbca36a8b6d8e5867094442df1b41ae557cfd1c6)を、
Nz-GGUF-Converter-LTX23
(変換ツール1.2.0、commit 905f348)で GGUF 形式へ変換したものです。
全686テンソルのうち、328テンソルをQ4_K量子化、2テンソルをQ6_K量子化し、残り356テンソル (BF16パススルー351・I8パススルー5)は数値精度を落とさずそのまま保持しています。
基底モデルについて
このファイルの土台は Gemma 4(Google DeepMind、Apache License 2.0)です。
Lightricks社がLTX 2.5専用にファインチューンした版(上流メタデータでの識別名
gemma4-12b-ltx-v1)を、Rootportがさらに量子化しました。
このファイルは汎用のGemma 4とは非互換です。 LTX 2.5のテキストエンコーダーとしてのみ 動作するようファインチューンされており、一般的なチャット用途などGemma 4本来の使い方には 使えません。
ライセンスは、Lightricks社によるLTX-2.5配布物としての側面(LTX-2.x Community License
Agreement、全文は LICENSE)と、基底モデルGemma 4としての側面
(Apache License 2.0、全文は LICENSE-APACHE-2.0)の両方に
服します。詳細は NOTICE.md を参照してください。
使い方
AviUtl2用プラグイン Nz-Videomni の models/LTX25/TextEncoder/ フォルダへ配置してください。
models/LTX25/
└ TextEncoder/
└ LTX-2.5-gemma4-12b-text-encoder-Q4_K_M.gguf
動画生成本体・VAE・アップスケーラーは
Rootport/Nz-LTX25-weights
から取得し、同じ models/LTX25/ の下(Weights/・VAE/・Upscaler/)へ展開してください。
LTX 2.3用のGemma 3テキストエンコーダー(Rootport/Nz-Gemma3-12B)とは非互換です。
動かす先は本体リポジトリ Nz-Videomni です。
初回起動時、LTX-2.5-gemma4-12b-text-encoder-Q4_K_M.gguf と同じフォルダに
LTX-2.5-gemma4-12b-text-encoder-Q4_K_M.assets.safetensors(約32MB。tokenizer等の同梱データを
GGUFから取り出したもの)が自動生成されます。これは配布物ではないため、手動での配置は不要です。
上流の原典と謝辞
- Google DeepMind — 基底モデル Gemma 4 の開発元であり原著作者
- Lightricks Ltd. — Gemma 4 のLTX 2.5専用ファインチューン、 および LTX-2.5 全体の開発元 (Lightricks/LTX-2.5)
本リポジトリは Google DeepMind および Lightricks Ltd. のいずれの公式配布物でもなく、 両者による承認や推奨を受けたものでもありません。
ライセンス
本ファイルは LTX-2.x Community License Agreement(2026年8月11日版。全文は
LICENSE)と、基底モデルの Apache License 2.0(全文は
LICENSE-APACHE-2.0)の両方に服します。使用制限・帰属表示・出自・
派生物の譲渡に関する通知・AI規制関連の義務・Apache 2.0の義務充足については
NOTICE.md にまとめてあります。
English summary
Text-encoder weights (GGUF) for the LTX 2.5 inference path (engine25) of
Nz-Videomni (formerly Nz-LTX23), a plugin for the
video editor AviUtl2.
This file is a GGUF quantization of Lightricks' LTX-2.5-specific fine-tune of Gemma 4 (Google
DeepMind, Apache License 2.0), converted by Rootport using
Nz-GGUF-Converter-LTX23 (tool 1.2.0,
commit 905f348): 328 of 686 tensors are Q4_K, 2 are Q6_K, and the remaining 356 tensors (351 BF16
- 5 I8) are passed through unmodified.
Not compatible with general-purpose Gemma 4 — this checkpoint was fine-tuned exclusively to
serve as LTX 2.5's text encoder. Not compatible with the LTX 2.3 Gemma 3 text encoder
(Rootport/Nz-Gemma3-12B) either.
The video-generation weights (transformer, VAE, upscaler) are hosted separately at
Rootport/Nz-LTX25-weights.
License: subject to both the LTX-2.x Community License Agreement (LICENSE,
dated August 11, 2026, as the distribution license under which Lightricks released this file as
part of LTX-2.5) and the Apache License 2.0 (LICENSE-APACHE-2.0, as the
base model's license). See NOTICE.md for full attribution and obligations. Not an
official distribution of Google DeepMind or Lightricks Ltd., and not endorsed by either.
- Downloads last month
- 23
4-bit
Model tree for Rootport/Nz-Gemma4-12B-LTX25
Base model
Lightricks/LTX-2.5