LTX-2.5を試す
2.3→2.5。
モデル
https://huggingface.co/Lightricks/LTX-2.5 からダウンロード。distilledのint8 convrot。
- diffusion_models/ ltx-2.5-22b-distilled-transformer-comfy-int8-convrot.safetensors
- text_encoders/ gemma4-12b-with-proj-ltx-2.5-comfy-int8-convrot.safetensors
- vae/ ltx-2.5-video-vae-conv-bf16.safetensors
- vae/ ltx-2.5-audio-vae-bf16.safetensors
- latent_upscale_models/ ltx-2.5-latent-spatial-upscaler-x2-bf16-1.0.safetensors
カスタムノード
https://docs.ltx.io/open-source-model/integration-tools/comfy-ui のドキュメントから
# Navigate to ComfyUI custom nodes directory
cd ComfyUI/custom_nodes
# Clone the repository
git clone https://github.com/Lightricks/ComfyUI-LTXVideo.git
# Install requirements
cd ComfyUI-LTXVideo
pip install -r requirements.txt
ComfyUI起動時エラー
cannot import name 'pad' from 'kornia.geometry.transform.pyramid'
ググる。
https://github.com/Lightricks/ComfyUI-LTXVideo/issues/525
pip install -r requirements.txt で入ったkorniaが最新版だと引っかかるようなので0.8.2にダウングレード(StabilityMatrixのPythonパッケージから)
ワークフロー
↑のカスタムノードの example_workflows/2.5 にいろいろ。
2.3のワークフローのモデル差し替えでもいけるか…?
→いけました
所感
長尺生成でもOOMにならずに安定しててすごい。1分尺もいけた。映像は中盤少し歪んだりするけど。