การใช้ของเล่นส่วนตัวของ 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