-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
27 lines (25 loc) · 1.02 KB
/
Copy pathrequirements.txt
File metadata and controls
27 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# PromptChain — dependencies for the ComfyUI Registry.
#
# Two groups:
# 1. Core load-time deps PromptChain's own code imports (ComfyUI ships the
# rest: torch, numpy, Pillow, transformers, einops, av, requests, ...).
# 2. Optional feature deps, declared so they install WITH the pack (Manager /
# pip at install time) instead of the node running pip at runtime — which
# the ComfyUI Registry forbids. These cover PuLID, the Face Detailer, and
# AI Selection. They make a fresh install heavier but keep it compliant.
#
# Torch/numpy/opencv-downgrading pins from the bundled packs (numpy<2,
# ml_dtypes, onnxruntime-gpu, facenet-pytorch) are deliberately NOT mirrored
# here, so `pip install -r requirements.txt` can never break a working ComfyUI.
# The few features that need those (SeedVR2, Flux PuLID) keep their own path.
# --- core ---
typing_extensions
# --- optional feature deps (PuLID · Face Detailer · AI Selection) ---
insightface>=1.0
onnxruntime
facexlib
timm
ftfy
ultralytics
scikit-image
pi-heif