0%

comfyui的安装和使用

1. 安装

1.1 Comfyui

1
2
3
4
5
6
7
8
9
10
11
12
13
# pytorch
conda activate py312
conda install pytorch torchvision torchaudio -c pytorch-nightly


# 安装依赖
pip install -r requirements.txt

python main.py
# 运行快一点
python main.py --force-fp16

# To see the GUI go to: http://127.0.0.1:8188

1.2 插件

1
2
3
4
5
6
cd ComfyUI/custom_nodes
git clone https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION.git
git clone https://github.com/ltdrdata/ComfyUI-Manager.git


设置 -> AGL -> 修改中文

2. 操作

2.1 下载模型

参考:https://www.comflowy.com/zh-CN/blog/how-to-choose-a-model

  • Base & Inpainting 模型:
    • 如果你是 Windows 电脑,显存小于 6G,或者是 M 系列的 MacBook 内存小于 16G,我会推荐你使用 Stable Diffusion v1.5 或者基于此模型微调后的模型。
    • 如果你的电脑配置比较好,显存大于 8G,或者 M 系列的 MacBook 内存大于 16G,我则会推荐你使用 Stable Diffusion XL 或者基于此模型微调后的模型。

我常用的下载渠道有两个,一个是 HuggingFace,最后一个是 CivitAI 站点。你可以将 HuggingFace 理解为 AI 届的 Github。

下载这个:https://www.comflowy.com/model/dream-shaper-v-8

2.2 操作

iShot_2024-09-30_15.38.03

3. 参考教程

可以加首页作者微信,咨询相关问题!