From 28e00e88e6888181d4d4cee2b5fb82e177dbc467 Mon Sep 17 00:00:00 2001 From: Vixy Date: Thu, 1 Jan 2026 20:29:38 -0600 Subject: [PATCH] Add IP-Adapter package from GitHub --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5423327..466a932 100755 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,9 @@ numpy<2 # IMPORTANT: PyTorch in Jetson base image requires numpy 1.x insightface==0.7.3 # onnxruntime-gpu installed separately for Jetson (from NVIDIA wheels) +# IP-Adapter from GitHub +git+https://github.com/tencent-ailab/IP-Adapter.git + # Utilities pydantic==2.6.0 pydantic-settings==2.1.0