From 70abd7df17ccdf9f5801a679c44d6bb96e05dfe9 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Wed, 8 May 2024 00:56:19 +0800 Subject: [PATCH] some minor updates Just updated the modules to make it a bit secure/faster. --- models/instructions.txt | 1 + requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 models/instructions.txt diff --git a/models/instructions.txt b/models/instructions.txt new file mode 100644 index 0000000..0ab6474 --- /dev/null +++ b/models/instructions.txt @@ -0,0 +1 @@ +just put the models in this folder \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e101a5d..f8420cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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' @@ -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 \ No newline at end of file