added Natasha Former (V2) model

This commit is contained in:
iperov 2022-08-18 13:28:24 +04:00
parent 09ef6d3096
commit ca84fa9d09
7 changed files with 13 additions and 0 deletions

View file

@ -44,6 +44,13 @@ Ewon Spice
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
</td><td align="center">
Natasha Former
<img src="doc/celebs/Natasha_Former/Natasha_Former.png" width=128></img>
<a href="doc/celebs/Natasha_Former/examples.md">examples</a>
</td></tr></table>
<table align="center" border="0">
<tr><td align="center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,5 @@
https://user-images.githubusercontent.com/8076202/185361058-bdf258e9-2fe8-4eae-b55a-1875b7b45e26.mp4
https://user-images.githubusercontent.com/8076202/185361088-a9268094-4bb2-469b-9fd5-0e873e3c53c8.mp4
https://user-images.githubusercontent.com/8076202/185361105-ea721cac-6108-4577-bf65-59a86679b30d.mp4

View file

@ -46,6 +46,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
DFMModelInfo(name='Keanu Reeves 320', model_path=models_path / f'Keanu_Reeves_320.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KEANU_REEVES_320/Keanu_Reeves_320.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'),
DFMModelInfo(name='Matilda Bobbie', model_path=models_path / f'Matilda_Bobbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MATILDA_BOBBIE/Matilda_Bobbie.dfm'),
DFMModelInfo(name='Natasha Former (V2)', model_path=models_path / f'Natasha_Former.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/NATASHA_FORMER/Natasha_Former.dfm'),
DFMModelInfo(name='Nicola Badge', model_path=models_path / f'Nicola_Badge.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/NICOLA_BADGE/Nicola_Badge.dfm'),
DFMModelInfo(name='Silwan Stillwone', model_path=models_path / f'Silwan_Stillwone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SILWAN_STILLWONE/Silwan_Stillwone.dfm'),
DFMModelInfo(name='Tim Chrys', model_path=models_path / f'Tim_Chrys.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TIM_CHRYS/Tim_Chrys.dfm'),