mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
added David Kovalniy model
This commit is contained in:
parent
93a5617136
commit
eb21373f60
7 changed files with 13 additions and 0 deletions
|
@ -51,6 +51,12 @@ Kim Jarrey
|
|||
</td></tr></table>
|
||||
<table align="center" border="0">
|
||||
<tr align="center"><td>
|
||||
David Kovalniy
|
||||
|
||||
<img src="doc/celebs/David_Kovalniy/David_Kovalniy.png" width=128></img>
|
||||
|
||||
<a href="doc/celebs/David_Kovalniy/examples.md">examples</a>
|
||||
</td><td>
|
||||
Matilda Bobbie
|
||||
|
||||
<img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img>
|
||||
|
@ -123,6 +129,7 @@ Windows 10
|
|||
|
||||
<a href="https://mega.nz/folder/m10iELBK#Y0H6BflF9C4k_clYofC7yA">Windows 10 x64 (mega.nz)</a>
|
||||
|
||||
|
||||
</td><td align="left">
|
||||
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.
|
||||
<br><br>
|
||||
|
|
BIN
doc/celebs/David_Kovalniy/David Kovalniy_0.mp4
Normal file
BIN
doc/celebs/David_Kovalniy/David Kovalniy_0.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/David_Kovalniy/David Kovalniy_1.mp4
Normal file
BIN
doc/celebs/David_Kovalniy/David Kovalniy_1.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/David_Kovalniy/David Kovalniy_2.mp4
Normal file
BIN
doc/celebs/David_Kovalniy/David Kovalniy_2.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/David_Kovalniy/David_Kovalniy.png
Normal file
BIN
doc/celebs/David_Kovalniy/David_Kovalniy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
5
doc/celebs/David_Kovalniy/examples.md
Normal file
5
doc/celebs/David_Kovalniy/examples.md
Normal file
|
@ -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
|
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue