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
ハギングフェイスにアクセスできない場合は、
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から大きなインスピレーションを受けています。