Hello大家好,今天给大家带来毛茸茸风格的Comfyui工作流的搭建教程。

本人初探Comfyui,感觉还是蛮有意思的。

下面是一些我使用后的结果

Untitled

Untitled

Untitled

Untitled

Untitled

Untitled

安装Comfyui

https://github.com/comfyanonymous/ComfyUI

原文链接在这里,跟着我一步步来吧。

  1. 安装pytorch环境

windows用户通过下面这个命令安装

pip install torch torchvision torchaudio --extra-index-url <https://download.pytorch.org/whl/cu121>

  1. 下载comfyui

进入github链接,点击Code下拉菜单,Download ZIP下载,解压。

Untitled

  1. 安装依赖

解压完文件后,通过命令行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 Manager

为了更好的管理Comfyui,可以Comfyui Manager。

  1. 进入ComfyUI/custom_nodes
  2. 在命令行运行git clone <https://github.com/ltdrdata/ComfyUI-Manager.git>