diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6b9c7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +core/__pycache__ +core/processor_gfpgan.py +venv +inswapper_128.onnx \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 88b40db..9f17665 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ torch==2.0.1 onnxruntime-gpu==1.15.0 tensorflow==2.12.0 opennsfw2==0.10.2 -protobuf==3.20.2 +protobuf==3.20.3 tqdm==4.65.0