تنفيذ لعبة شخصية لـ 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
.
هذا المشروع مستوحى للغاية من ZHO-ZHO-ZHO.