socaity-face2face 0.0.7.dev6__tar.gz → 0.0.7.dev7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {socaity_face2face-0.0.7.dev6/socaity_face2face.egg-info → socaity_face2face-0.0.7.dev7}/PKG-INFO +4 -4
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/README.md +1 -1
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/pyproject.toml +3 -3
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7/socaity_face2face.egg-info}/PKG-INFO +4 -4
- socaity_face2face-0.0.7.dev7/socaity_face2face.egg-info/requires.txt +6 -0
- socaity_face2face-0.0.7.dev6/socaity_face2face.egg-info/requires.txt +0 -6
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/LICENSE +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/face2face.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_face_embedding.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_face_enhance.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_face_recognition.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_image_swap.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_video_swap.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/face_enhance/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/face_enhance/face_enhance_models.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/face_enhance/face_enhancer.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/face_enhance/face_occlusion.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/storage/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/storage/f2f_loader.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/storage/file_writable_face.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/utils/__init__.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/utils/utils.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/utils/video_utils.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/model_definitions.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/server.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/settings.py +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/setup.cfg +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/socaity_face2face.egg-info/SOURCES.txt +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/socaity_face2face.egg-info/dependency_links.txt +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/socaity_face2face.egg-info/top_level.txt +0 -0
- {socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/test/test.py +0 -0
{socaity_face2face-0.0.7.dev6/socaity_face2face.egg-info → socaity_face2face-0.0.7.dev7}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: socaity-face2face
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.dev7
|
|
4
4
|
Summary: Swap faces from one image to another. Create face embeddings. Integrate into hosted environments.
|
|
5
5
|
Author: SocAIty
|
|
6
6
|
License: GPLv3
|
|
@@ -10,9 +10,9 @@ Description-Content-Type: text/markdown
|
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Dist: insightface==0.7.3
|
|
12
12
|
Requires-Dist: onnxruntime-gpu==1.15.1
|
|
13
|
-
Requires-Dist: media-toolkit[VideoFile]>=0.1.1
|
|
13
|
+
Requires-Dist: media-toolkit[VideoFile]>=0.1.1
|
|
14
14
|
Provides-Extra: full
|
|
15
|
-
Requires-Dist: fast-task-api[full]
|
|
15
|
+
Requires-Dist: fast-task-api[full]==0.0.6.dev6; extra == "full"
|
|
16
16
|
|
|
17
17
|
<h1 align="center" style="margin-top:-25px">Face2Face</h1>
|
|
18
18
|
|
|
@@ -104,7 +104,7 @@ swapped_img = f2f.swap_img_to_img("path/to/src.jpg", "path/to/target.jpg")
|
|
|
104
104
|
Create a face embedding with the add_face function reuse those embeddings later.
|
|
105
105
|
```python
|
|
106
106
|
# create a face embedding and save it to disk
|
|
107
|
-
embedding = f2f.add_face("my_new_face", "path/to/
|
|
107
|
+
embedding = f2f.add_face("my_new_face", "path/to/my_portrait_image.jpg", save=True)
|
|
108
108
|
# Swap all faces in the image or video with the face(s) in the face embedding
|
|
109
109
|
swapped = f2f.swap(media="path/to/my_img_or_video.jpg", faces="my_new_face")
|
|
110
110
|
```
|
|
@@ -88,7 +88,7 @@ swapped_img = f2f.swap_img_to_img("path/to/src.jpg", "path/to/target.jpg")
|
|
|
88
88
|
Create a face embedding with the add_face function reuse those embeddings later.
|
|
89
89
|
```python
|
|
90
90
|
# create a face embedding and save it to disk
|
|
91
|
-
embedding = f2f.add_face("my_new_face", "path/to/
|
|
91
|
+
embedding = f2f.add_face("my_new_face", "path/to/my_portrait_image.jpg", save=True)
|
|
92
92
|
# Swap all faces in the image or video with the face(s) in the face embedding
|
|
93
93
|
swapped = f2f.swap(media="path/to/my_img_or_video.jpg", faces="my_new_face")
|
|
94
94
|
```
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "socaity-face2face"
|
|
7
|
-
version = "0.0.7.
|
|
7
|
+
version = "0.0.7.dev7"
|
|
8
8
|
description="Swap faces from one image to another. Create face embeddings. Integrate into hosted environments."
|
|
9
9
|
requires-python = ">=3.8"
|
|
10
10
|
authors = [
|
|
@@ -15,7 +15,7 @@ readme = "README.md"
|
|
|
15
15
|
dependencies = [
|
|
16
16
|
'insightface==0.7.3',
|
|
17
17
|
'onnxruntime-gpu==1.15.1',
|
|
18
|
-
"media-toolkit[VideoFile]>=0.1.1
|
|
18
|
+
"media-toolkit[VideoFile]>=0.1.1"
|
|
19
19
|
]
|
|
20
20
|
|
|
21
21
|
[project.urls]
|
|
@@ -24,5 +24,5 @@ Repository = "https://github.com/SocAIty/face2face"
|
|
|
24
24
|
|
|
25
25
|
[project.optional-dependencies]
|
|
26
26
|
full = [
|
|
27
|
-
"fast-task-api[full]
|
|
27
|
+
"fast-task-api[full]==0.0.6.dev6",
|
|
28
28
|
]
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7/socaity_face2face.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: socaity-face2face
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.dev7
|
|
4
4
|
Summary: Swap faces from one image to another. Create face embeddings. Integrate into hosted environments.
|
|
5
5
|
Author: SocAIty
|
|
6
6
|
License: GPLv3
|
|
@@ -10,9 +10,9 @@ Description-Content-Type: text/markdown
|
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Dist: insightface==0.7.3
|
|
12
12
|
Requires-Dist: onnxruntime-gpu==1.15.1
|
|
13
|
-
Requires-Dist: media-toolkit[VideoFile]>=0.1.1
|
|
13
|
+
Requires-Dist: media-toolkit[VideoFile]>=0.1.1
|
|
14
14
|
Provides-Extra: full
|
|
15
|
-
Requires-Dist: fast-task-api[full]
|
|
15
|
+
Requires-Dist: fast-task-api[full]==0.0.6.dev6; extra == "full"
|
|
16
16
|
|
|
17
17
|
<h1 align="center" style="margin-top:-25px">Face2Face</h1>
|
|
18
18
|
|
|
@@ -104,7 +104,7 @@ swapped_img = f2f.swap_img_to_img("path/to/src.jpg", "path/to/target.jpg")
|
|
|
104
104
|
Create a face embedding with the add_face function reuse those embeddings later.
|
|
105
105
|
```python
|
|
106
106
|
# create a face embedding and save it to disk
|
|
107
|
-
embedding = f2f.add_face("my_new_face", "path/to/
|
|
107
|
+
embedding = f2f.add_face("my_new_face", "path/to/my_portrait_image.jpg", save=True)
|
|
108
108
|
# Swap all faces in the image or video with the face(s) in the face embedding
|
|
109
109
|
swapped = f2f.swap(media="path/to/my_img_or_video.jpg", faces="my_new_face")
|
|
110
110
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_face_enhance.py
RENAMED
|
File without changes
|
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_image_swap.py
RENAMED
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/mixins/_video_swap.py
RENAMED
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/core/modules/utils/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/face2face/model_definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socaity_face2face-0.0.7.dev6 → socaity_face2face-0.0.7.dev7}/socaity_face2face.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|