LogoWonderful Launcher
  • ホーム
  • 料金
  • ドキュメント
  • ダウンロード
ComfyUI の「clean library entry point is missing」修正ComfyUI ControlNetApplyAdvanced class_type の修正マルチ GPU料金、Credits、Agent Access の説明
リファレンス

ComfyUI ControlNetApplyAdvanced class_type の修正

Partially verifiedMedium riskLast verified 2026-06-29

ComfyUI の ControlNetApplyAdvanced class_type、node id has no class_type、Apply ControlNet Advanced missing を、workflow JSON、ComfyUI バージョン、ControlNet model、preprocessor に分けて直します。

ComfyUI で ControlNetApplyAdvanced class_type、node id has no class_type、または Apply ControlNet Advanced ノードの欠落が出ても、まず ControlNetApplyAdvanced という Python package を入れようとしないでください。これは workflow graph 内の node class であり、package 名ではありません。

短い答え

ControlNetApplyAdvanced は ComfyUI の ControlNet node です。class_type エラーは、多くの場合 workflow JSON、ComfyUI の古さ、または node registration の問題です。まず workflow を再取得または再エクスポートし、ComfyUI を更新します。

切り分け

表示意味最初にやること
ControlNetApplyAdvanced class_typeworkflow が現在の ComfyUI で解決できない node class を参照しているComfyUI を更新して再読み込み
node id has no class_typeworkflow JSON が壊れている、または別ツールの export が不完全元の workflow から再エクスポート
Apply ControlNet Advanced が検索に出ない古い ComfyUI、環境差、または cloud 側の制限バージョンと node availability を確認
queue 実行時だけ失敗node は読み込めたが model/input/preprocessor が違うruntime error を読む
preprocessor 周辺が赤いcustom preprocessor pack がない、または import failedcustom node 側を修復

修復順

  1. 元の workflow JSON または PNG を取り直します。SNS 経由で圧縮された画像は metadata が消えていることがあります。
  2. ComfyUI を更新し、完全に再起動します。
  3. Apply ControlNet で検索し、node 名の表示差を確認します。
  4. ControlNet model は ComfyUI/models/controlnet/ に置きます。
  5. Canny、Depth、OpenPose などの preprocessor が赤い場合だけ、該当 custom node を直します。

やらないこと

  • pip install ControlNetApplyAdvanced を実行しない。
  • JSON が壊れているだけなのに custom nodes を全部入れ直さない。
  • model 不足と node class 不足を混同しない。

関連ガイド

  • ComfyUI Missing Nodes, class_type, and Clean Library Entry Point Fix
  • ComfyUI Workflow Red Nodes
  • Install ComfyUI Custom Nodes
  • Where to Put Safetensors in ComfyUI

Source References

  • ComfyUI ControlNetApplyAdvanced built-in node documentation
  • ComfyUI workflow concept documentation
  • ComfyUI ControlNet usage example

実際の ComfyUI 環境で起きている問題なら、まず無料で Wonderful Launcher を使って確認してください。作業が止まる修復には Agent Access、credits は画像生成と従量ツール用です。

Wonderful Launcher をダウンロードAgent Access を見る

Did this fix your issue?

Your answer helps prioritize verified ComfyUI repairs.

ComfyUI の「clean library entry point is missing」修正

ComfyUI の clean library entry point is missing エラーを、ワークフロー互換性、フロントエンド package のずれ、壊れた workflow JSON、missing nodes の順に切り分けます。

マルチ GPU

ComfyUI で 1 枚の GPU を選ぶ方法、2 インスタンス運用、`--cuda-device` の使い方を整理する。

目次

切り分け
修復順
やらないこと
関連ガイド
Source References