ComfyUI 的 InstantStyle 的个人玩具实现。有关完整的节点支持,请参阅此处。
准备
cd custom_nodes
git clone https://github.com/haofanwang/ComfyUI-InstantStyle.git
cd custom_nodes/ComfyUI-InstantStyle
pip install -r requirements.txt
下载模型
huggingface-cli download --resume-download h94/IP-Adapter --local-dir checkpoints/IP-Adapter
如果您无法访问 HuggingFace,
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download h94/IP-Adapter --local-dir checkpoints/IP-Adapter
然后,下载任何基础模型并将其保存为checkpoints/realvisxlV40_v40Bakedvae.safetensors
。
这个项目的灵感来自于ZHO-ZHO-ZHO。