Hello大家好,今天给大家带来毛茸茸风格的Comfyui工作流的搭建教程。
本人初探Comfyui,感觉还是蛮有意思的。
下面是一些我使用后的结果
https://github.com/comfyanonymous/ComfyUI
原文链接在这里,跟着我一步步来吧。
windows用户通过下面这个命令安装
pip install torch torchvision torchaudio --extra-index-url <https://download.pytorch.org/whl/cu121
>
进入github链接,点击Code下拉菜单,Download ZIP下载,解压。
解压完文件后,通过命令行cd Comfyui
进入文件,再进入pytorch安装的环境,运行pip install -r requirements.txt
。
到这就安装好了Comfyui的环境了,可以通过命令
python3 main.py
运行后将[<http://127.0.0.1:8188>](<http://127.0.0.1:8188/>)
输入浏览器,就可以打开UI界面了
为了更好的管理Comfyui,可以Comfyui Manager。
git clone <https://github.com/ltdrdata/ComfyUI-Manager.git
>