Skip to content

Commit

Permalink
add extra requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Nov 13, 2024
1 parent a0d55a5 commit c4f9032
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ tunableop_results*.csv
!webui.bat
!webui.sh
!package.json
!requirements.txt
!requirements-extra.txt

# pyinstaller
*.spec
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Update for 2024-11-12

### Highlights for 2024-11-12
### Highlights for 2024-11-13

*What's New?*

Expand Down
14 changes: 14 additions & 0 deletions requirements-extra.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c4f9032

Please sign in to comment.