LICENSE
README.md
pyproject.toml
face2face/__init__.py
face2face/model_definitions.py
face2face/server.py
face2face/settings.py
face2face/core/__init__.py
face2face/core/face2face.py
face2face/core/compatibility/ArcFaceONNX.py
face2face/core/compatibility/Attribute.py
face2face/core/compatibility/Face.py
face2face/core/compatibility/FaceAnalysis.py
face2face/core/compatibility/INSwapper.py
face2face/core/compatibility/Landmark.py
face2face/core/compatibility/__init__.py
face2face/core/compatibility/face_align.py
face2face/core/compatibility/retinaface.py
face2face/core/compatibility/transform.py
face2face/core/mixins/__init__.py
face2face/core/mixins/_face_embedding.py
face2face/core/mixins/_face_enhance.py
face2face/core/mixins/_face_recognition.py
face2face/core/mixins/_image_swap.py
face2face/core/mixins/_video_swap.py
face2face/core/modules/__init__.py
face2face/core/modules/file_writable_face.py
face2face/core/modules/utils.py
face2face/core/modules/face_enhance/__init__.py
face2face/core/modules/face_enhance/face_enhance_models.py
face2face/core/modules/face_enhance/face_enhancer.py
face2face/core/modules/face_enhance/face_occlusion.py
socaity_face2face.egg-info/PKG-INFO
socaity_face2face.egg-info/SOURCES.txt
socaity_face2face.egg-info/dependency_links.txt
socaity_face2face.egg-info/requires.txt
socaity_face2face.egg-info/top_level.txt
test/test.py
tests/test_endpoints.py