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에서 많은 영감을 받았습니다.