Personal toy implementation of InstantStyle for ComfyUI. For complete node support, refer to here.
Prepare
cd custom_nodes
git clone https://github.com/haofanwang/ComfyUI-InstantStyle.git
cd custom_nodes/ComfyUI-InstantStyle
pip install -r requirements.txt
Download model
huggingface-cli download --resume-download h94/IP-Adapter --local-dir checkpoints/IP-Adapter
If you cannot access to HuggingFace,
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download h94/IP-Adapter --local-dir checkpoints/IP-Adapter
Then, download any base model and save it as checkpoints/realvisxlV40_v40Bakedvae.safetensors
.
This project is highly inspired by ZHO-ZHO-ZHO.