From c4f90328fb81331ce430fb8aa3cf49418591e187 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 13 Nov 2024 18:28:28 -0500 Subject: [PATCH] add extra requirements Signed-off-by: Vladimir Mandic --- .gitignore | 2 ++ CHANGELOG.md | 2 +- requirements-extra.txt | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 requirements-extra.txt diff --git a/.gitignore b/.gitignore index 9e72426c7..9fac9b310 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ tunableop_results*.csv !webui.bat !webui.sh !package.json +!requirements.txt +!requirements-extra.txt # pyinstaller *.spec diff --git a/CHANGELOG.md b/CHANGELOG.md index 5274d2153..dd463f727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Update for 2024-11-12 -### Highlights for 2024-11-12 +### Highlights for 2024-11-13 *What's New?* diff --git a/requirements-extra.txt b/requirements-extra.txt new file mode 100644 index 000000000..d4c18f1f0 --- /dev/null +++ b/requirements-extra.txt @@ -0,0 +1,14 @@ +# additional requirements that are not required for sdnext base operations +basicsr +gfpgan +clean-fid +insightface +pydantic==1.10.15 +albumentations==1.4.3 +optimum-quanto +nncf==2.7.0 +clip_interrogator==0.6.0 +bitsandbytes +gguf +pynvml +ultralytics