0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ComfyUIで ComfyUI-Manager が表示されない問題の対応

0
Last updated at Posted at 2026-04-14

経緯

私は最近あまり使っていなかったのですが、久しぶりに ComfyUI 0.19.0 で開いたら ComfyUI-Manager を開けなくて困っていました。
拡張機能の管理 はありますが、内部の拡張機能の On/Off だけのようでサードパーティーのノードを入れたい用途では使えないようでした。

カスタムノードのディレクトリに git から clone したら競合してエラーが出るし困っていたら、どうもパラメータを付けて起動すれば良いみたいでした。

対策

--enable-manager のパラメータを付けて起動する。

例 (Google Colabで実行しています):

%cd {comfy_dir}
!python main.py --listen --port 8000 --enable-cors-header --enable-manager
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?