--- license: other license_name: ltx-2-community-license-agreement license_link: LICENSE base_model: - Lightricks/LTX-2.3 tags: [ltx-2, ltxv, text-to-video, gguf, quantized, aviutl2] language: [ja, en] --- # Nz-Sulphur2 AviUtl2用プラグイン **Nz-LTX23** で使える、**追加の動画生成モデル**です。SulphurAI が公開している LTX-2.3 のファインチューン版 `Sulphur-2-base` を、Q4_K_M量子化のGGUF形式へ変換したものです。 - **動かす先**: [Nz-LTX23-backend](https://github.com/Rootport-AI/Nz-LTX23-backend) 用の重みファイルです。 - **変換に使ったツール**: [Nz-GGUF-Converter-LTX23](https://github.com/Rootport-AI/Nz-GGUF-Converter-LTX23) - **本家Sulphur-2-base**: [Sulphur-2-base](https://huggingface.co/SulphurAI/Sulphur-2-base) | ファイル | サイズ | SHA-256 | |---|---|---| | `ltx-2.3-gguf/Sulphur-2-base-distil-Q4_K_M.gguf` | 17,763,014,976 バイト | `b6dfe813b25ca913040236ab2175f543cdafc498d002d169d26d630dad2cf472` | ## 使い方 ダウンロードして、Nz-LTX23 の `models/ltx-2.3-gguf/` 直下に置いてください。次回起動時に自動で認識され、 モデル選択欄に現れます。 ``` models/ └ ltx-2.3-gguf/ ├ LTX-2.3-22B-distilled-1.1-Q4_K_M.gguf ← 標準モデル(そのまま残してください) └ Sulphur-2-base-distil-Q4_K_M.gguf ← このファイル ``` これは **任意の追加モデル**であり、`setup.bat` が導入する標準セットには含まれません。標準モデルを 置き換えるものでもありません。ファイル名の「distil」は変換元のファイル名に元から入っていた文字列で、 変換時に蒸留を行ったという意味ではありません。 Q4_K_M量子化により、元のbf16重みより数値精度が落ちています。生成結果は元モデルと完全には一致しません。 ## 出自と謝辞 - **[Lightricks Ltd.](https://huggingface.co/Lightricks)** — LTX-2 / LTX-2.3 の開発元であり、原著作者です。 - **SulphurAI** — LTX-2.3 をファインチューンした [Sulphur-2-base](https://civitai.com/models/2601098/sulphur-2-base) の作者です。 - 本リポジトリの管理者が行ったのは**量子化変換のみ**です。学習も蒸留もLoRAのマージも行っていません。 変換元ファイル・変換方式・検証内容の詳細は [`NOTICE.md`](NOTICE.md) にまとめてあります。 ## ライセンス **LTX-2 Community License Agreement**(2026年1月5日版)に基づいて配布されています。全文は同梱の [`LICENSE`](LICENSE) にあります。使用制限(第4条および ATTACHMENT A の20項目)は [`NOTICE.md`](NOTICE.md) 第6節に転記してありますので、必ず目を通してください。再配布する場合は [`LICENSE`](LICENSE) の完全なコピーを添付してください。 本リポジトリは Lightricks Ltd. および SulphurAI の公式配布物ではなく、両者による承認や推奨を受けたもの でもありません。 ## English A Q4_K_M GGUF conversion of `Sulphur-2-base` (SulphurAI's fine-tune of Lightricks LTX-2.3), for use with [Nz-LTX23-backend](https://github.com/Rootport-AI/Nz-LTX23-backend), a video-generation plugin for AviUtl2. Converted with [Nz-GGUF-Converter-LTX23](https://github.com/Rootport-AI/Nz-GGUF-Converter-LTX23). Drop it into `models/ltx-2.3-gguf/` and it is detected automatically; it is an optional extra model, not part of the standard `setup.bat` set. Quantization lowers numerical precision, so results differ from the original bf16 weights. Licensed under the LTX-2 Community License Agreement — see [`LICENSE`](LICENSE) and [`NOTICE.md`](NOTICE.md) for attribution, modifications made, and the full use restrictions. Not an official distribution of Lightricks Ltd. or SulphurAI.