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