diff --git a/README.md b/README.md index b810e00..a152240 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ Kim Jarrey
+David Kovalniy
+
+![]() |
Matilda Bobbie
![]() |
Contains stand-alone zero-dependency all-in-one ready-to-use portable self-extracting folder! You don't need to install anything other than video drivers.
diff --git a/doc/celebs/David_Kovalniy/David Kovalniy_0.mp4 b/doc/celebs/David_Kovalniy/David Kovalniy_0.mp4 new file mode 100644 index 0000000..0c75c2f Binary files /dev/null and b/doc/celebs/David_Kovalniy/David Kovalniy_0.mp4 differ diff --git a/doc/celebs/David_Kovalniy/David Kovalniy_1.mp4 b/doc/celebs/David_Kovalniy/David Kovalniy_1.mp4 new file mode 100644 index 0000000..c3741e1 Binary files /dev/null and b/doc/celebs/David_Kovalniy/David Kovalniy_1.mp4 differ diff --git a/doc/celebs/David_Kovalniy/David Kovalniy_2.mp4 b/doc/celebs/David_Kovalniy/David Kovalniy_2.mp4 new file mode 100644 index 0000000..4c68aa6 Binary files /dev/null and b/doc/celebs/David_Kovalniy/David Kovalniy_2.mp4 differ diff --git a/doc/celebs/David_Kovalniy/David_Kovalniy.png b/doc/celebs/David_Kovalniy/David_Kovalniy.png new file mode 100644 index 0000000..ed7dcb2 Binary files /dev/null and b/doc/celebs/David_Kovalniy/David_Kovalniy.png differ diff --git a/doc/celebs/David_Kovalniy/examples.md b/doc/celebs/David_Kovalniy/examples.md new file mode 100644 index 0000000..9cbf337 --- /dev/null +++ b/doc/celebs/David_Kovalniy/examples.md @@ -0,0 +1,5 @@ +https://user-images.githubusercontent.com/8076202/157118750-18b437e6-f0ae-4373-bf24-ecfa17633b49.mp4 + +https://user-images.githubusercontent.com/8076202/157118766-00bdf0ab-6e93-4697-91ba-46a0fa400ca7.mp4 + +https://user-images.githubusercontent.com/8076202/157118771-9e9bfb3e-e2ba-47ea-919e-e95011a20d46.mp4 diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py index b79c00d..727eb41 100644 --- a/modelhub/DFLive/DFMModel.py +++ b/modelhub/DFLive/DFMModel.py @@ -35,6 +35,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]: # predefined list of celebs with urls dfm_models = [ DFMModelInfo(name='Ava de Addario', model_path=models_path / f'Ava_de_Addario.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/AVA_DE_ADDARIO/Ava_de_Addario.dfm'), + DFMModelInfo(name='David Kovalniy', model_path=models_path / f'David_Kovalniy.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DAVID_KOVALNIY/David_Kovalniy.dfm'), DFMModelInfo(name='Dilraba Dilmurat', model_path=models_path / f'Dilraba_Dilmurat.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DILRABA_DILMURAT/Dilraba_Dilmurat.dfm'), DFMModelInfo(name='Ewon Spice', model_path=models_path / f'Ewon_Spice.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/EWON_SPICE/Ewon_Spice.dfm'), DFMModelInfo(name='Kim Jarrey', model_path=models_path / f'Kim_Jarrey.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KIM_JARREY/Kim_Jarrey.dfm'), |