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。