From bb0e3b4a8ab8cfa660cffcec81c549f472133cb4 Mon Sep 17 00:00:00 2001 From: harisreedhar Date: Wed, 29 Jan 2025 20:46:56 +0530 Subject: [PATCH] remove liveportrait and update requirements --- .flake8 | 1 - .gitmodules | 3 --- mypy.ini | 1 - requirements.txt | 1 + 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.flake8 b/.flake8 index 0ed7d05..400be93 100644 --- a/.flake8 +++ b/.flake8 @@ -4,4 +4,3 @@ plugins = flake8-import-order application_import_names = arcface_converter import-order-style = pycharm per-file-ignores = preparing.py:E402 -exclude = face_swapper/LivePortrait diff --git a/.gitmodules b/.gitmodules index 79022b3..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "face_swapper/LivePortrait"] - path = face_swapper/LivePortrait - url = https://github.com/KwaiVGI/LivePortrait diff --git a/mypy.ini b/mypy.ini index 081e7bf..182b87b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -6,4 +6,3 @@ disallow_untyped_defs = True ignore_missing_imports = True strict_optional = False explicit_package_bases = True -exclude = face_swapper/LivePortrait diff --git a/requirements.txt b/requirements.txt index ec67d61..b04959e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ onnx==1.17.0 onnxruntime==1.20.0 opencv-python==4.10.0.84 mxnet==1.9.1 +pytorch-msssim==1.0.0