Compare commits

..

No commits in common. "1d41a20abfbcc7107139bb55e7de7e5c8a5f0c23" and "834f39ec0c9b312e7d9b4f8be9d22a6c80ff8522" have entirely different histories.

2 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -25,4 +25,3 @@ models/DMDNet.pth
faceswap/
.vscode/
switch_states.json
venv.rar

View File

@ -2,20 +2,20 @@
numpy>=1.23.5,<2
typing-extensions>=4.8.0
opencv-python==4.11.0.86
onnx==1.17.0
cv2_enumerate_cameras==1.1.18.3
opencv-python==4.10.0.84
cv2_enumerate_cameras==1.1.15
onnx==1.16.0
insightface==0.7.3
psutil==5.9.8
tk==0.1.0
customtkinter==5.2.2
pillow==11.1.0
torch; sys_platform != 'darwin'
torch; sys_platform == 'darwin'
torch==2.5.1+cu118; sys_platform != 'darwin'
torch==2.5.1; sys_platform == 'darwin'
torchvision; sys_platform != 'darwin'
torchvision; sys_platform == 'darwin'
onnxruntime-silicon==1.21; sys_platform == 'darwin' and platform_machine == 'arm64'
onnxruntime-gpu==1.21; sys_platform != 'darwin'
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
onnxruntime-gpu==1.16.3; sys_platform != 'darwin'
tensorflow; sys_platform != 'darwin'
opennsfw2==0.10.2
protobuf==4.23.2