パッケージ不足
ComfyUI で No module named 'triton' が出る時の直し方
Partially verifiedMedium riskTested on Windows 10, Windows 11 | portable | Python 3.11+ | CUDA 12.x | Torch 2.x | ComfyUI portable embedded Python, triton-windows, and SageAttention-linked repairsLast verified 2026-06-04Estimated time 10-30 minutes
comfy_kitchen の情報ログなのか、本当に workflow を止める Triton 欠如なのかを分けて修正する。
この問題が実際の ComfyUI 環境に影響しているなら、まず Wonderful Launcher で現在のマシンを確認し、ドキュメントを見ながら修復方針を決めてください。
Wonderful Launcher をダウンロードNo module named 'triton' は、必ずしも即修復すべき fatal error ではありません。
まずそれが 単なる capability report なのか、workflow を止めている import failure なのかを分けます。
無視してよいことが多いケース
Found comfy_kitchen backend triton: {'available': False, ...}ComfyUI が開いて普通の workflow が流れるなら、これは「Triton backend は使えない」という情報だけのことがあります。
修正が必要なケース
- SageAttention ノードが Triton を要求して止まる
- WanVideoWrapper、Trellis、Easy-SAM3 などで import failure
- queue 実行時に Triton で止まる
Windows での原則
Windows では、通常の triton パッケージを盲目的に入れないでください。
実務上は triton-windows の方が修復ルートとして安全です。
基本手順
.\python_embeded\python.exe -s -m pip uninstall -y triton
.\python_embeded\python.exe -s -m pip install -U "triton-windows<3.7"venv:
python -m pip uninstall -y triton
python -m pip install -U "triton-windows<3.7"その前に必ず確認
torch.cuda.is_available()がTrueか- ComfyUI を起動する Python がどれか
- Triton を必要とする workflow を本当に使っているか
関連ページ
この問題が実際の ComfyUI 環境に影響しているなら、まず Wonderful Launcher で現在のマシンを確認し、ドキュメントを見ながら修復方針を決めてください。
Wonderful Launcher をダウンロードこの問題が実際の ComfyUI 環境に影響しているなら、まず Wonderful Launcher で現在のマシンを確認し、ドキュメントを見ながら修復方針を決めてください。
Wonderful Launcher をダウンロードDid this fix your issue?
Your answer helps prioritize verified ComfyUI repairs.