Персональная игрушечная реализация InstantStyle для ComfyUI. Полную поддержку узлов можно найти здесь.
Подготовить
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
.
Этот проект очень вдохновлен ЖО-ЖО-ЖО.