换手动安装:
cd ComfyUI\custom_nodes
git clone https://github.com/balazik/ComfyUI-PuLID-Flux.git
cd ComfyUI-PuLID-Flux
python -m pip install -r requirements.txt
卡在了facexlib这一步
python_embeded\python.exe -m pip install --use-pep517 facexlib
搞定
换手动安装:
cd ComfyUI\custom_nodes
git clone https://github.com/balazik/ComfyUI-PuLID-Flux.git
cd ComfyUI-PuLID-Flux
python -m pip install -r requirements.txt
卡在了facexlib这一步
python_embeded\python.exe -m pip install --use-pep517 facexlib
搞定