美文网首页
ComfyUI安装插件

ComfyUI安装插件

作者: 师娘哪里去了 | 来源:发表于2023-11-26 16:29 被阅读0次

一、ComfyUI-Manager
且记:Manager-UI一定要安装最新的,使用git clone安装最好!

git clone https://github.com/ltdrdata/ComfyUI-Manager

二、ComfyUI-Impact-Pack
最好用的插件,没有之一!!!

安装

cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
cd ComfyUI-Impact-Pack
(optional) git submodule update --init --recursive

Impact Pack will automatically download subpack during its initial launch.

(optional) python install.py

Impact Pack will automatically install its dependencies during its initial launch.
For the portable version, you should execute the command ......\python_embeded\python.exe install.py to run the installation script.
Restart ComfyUI

pip install

  • openmim
  • segment-anything
  • ultralytics
  • scikit-image
  • piexif
    (optional) pycocotools
    (optional) onnxruntime
    mim install (optional)
  • mmcv==2.0.0
  • mmdet==3.0.0
  • mmengine==0.7.2

如果还有问题,请参阅:https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/Main/troubleshooting/TROUBLESHOOTING.md

PS:这个插件折腾我一个下午。

其它陆续补充!

相关文章

网友评论

      本文标题:ComfyUI安装插件

      本文链接:https://www.haomeiwen.com/subject/pfbawdtx.html