Skip to content

Commit

Permalink
some minor updates
Browse files Browse the repository at this point in the history
Just updated the modules to make it a bit secure/faster.
  • Loading branch information
hacksider committed May 7, 2024
1 parent 487b83e commit 70abd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions models/instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
just put the models in this folder
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

numpy
opencv-python==4.8.1.78
onnx==1.15.0
onnx==1.16.0
insightface==0.7.3
psutil==5.9.5
psutil==5.9.8
tk==0.1.0
customtkinter==5.1.3
customtkinter==5.2.2
pillow==9.5.0
torch==2.0.1+cu118; sys_platform != 'darwin'
torch==2.0.1; sys_platform == 'darwin'
Expand All @@ -19,5 +19,5 @@ tensorflow==2.13.0rc1; sys_platform == 'darwin'
tensorflow==2.12.0; sys_platform != 'darwin'
opennsfw2==0.10.2
protobuf==4.23.2
tqdm==4.65.0
tqdm==4.66.4
gfpgan==1.3.8

0 comments on commit 70abd7d

Please sign in to comment.