Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 5.42 KB

README_CN.md

File metadata and controls

81 lines (63 loc) · 5.42 KB

English

在安装此插件之前,必须卸载或禁用ComfyUI-PuLID-Flux和其他PuLID Flux节点, 因为由于某些原因,我使用了同样的节点名ApplyPulidFlux

ComfyUI主体版本需要>=0.3.7

更新日志

2025.01.27

  • 修改 facexlib 的模型路径为 ComfyUI/models/facexlib/.
  • 自动下载时 修改 Antelopev2 模型的路径为 ComfyUI/models/insightface/models/antelopev2/.
  • 修改 EVA_CLIP_L_14_336 的模型路径为 ComfyUI/models/clip/.

预览 (图片含工作流)

save api extended save api extended

安装

  • 手动
    cd custom_nodes
    git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll.git
    cd ComfyUI_PuLID_Flux_ll
    pip install -r requirements.txt
    # 重启 ComfyUI

安装问题:

insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp(36): fatal error C1083: 无法打开包括文件: “Python.h”: No such file or directory
      error: command 'd:\\installed\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.42.34433\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for insightface
Failed to build insightface

模型

可用的 Flux 模型

若使用 GGUF 需要安装 ComfyUI-GGUF

PuLID 模型

节点

感谢

ToTheBeginning/PuLID

ComfyUI-PuLID-Flux

TeaCache

Comfy-WaveSpeed