added Kim Jarrey model

This commit is contained in:
iperov 2021-11-15 19:32:33 +04:00
commit 7152bf02ec
8 changed files with 22 additions and 3 deletions

View file

@ -25,6 +25,12 @@
<table align="center" border="0">
<tr><td align="center">
Ava de Addario
<img src="doc/celebs/Ava_de_Addario/Ava_de_Addario.png" width=128></img>
<a href="doc/celebs/Ava_de_Addario/examples.md">examples</a>
</td><td align="center">
Ewon Spice
<img src="doc/celebs/Ewon_Spice/Ewon_Spice.png" width=128></img>
@ -32,11 +38,12 @@ Ewon Spice
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
</td><td align="center">
Ava de Addario
Kim Jarrey
<img src="doc/celebs/Ava_de_Addario/Ava_de_Addario.png" width=128></img>
<img src="doc/celebs/Kim_Jarrey/Kim_Jarrey.png" width=128></img>
<a href="doc/celebs/Kim_Jarrey/examples.md">examples</a>
<a href="doc/celebs/Ava_de_Addario/examples.md">examples</a>
</td><td align="center">
Matilda Bobbie

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,11 @@
https://user-images.githubusercontent.com/8076202/141808791-75292326-72d7-44a5-9155-fd98dc42526a.mp4
https://user-images.githubusercontent.com/8076202/141808804-5e1597bb-2036-4e59-bc99-be34b89b42f9.mp4
https://user-images.githubusercontent.com/8076202/141808811-3003adfd-cea8-44c3-9518-b6adf1adea23.mp4
https://user-images.githubusercontent.com/8076202/141808820-a9c4d622-7694-4afa-ae44-b5bf9fdcb941.mp4

View file

@ -36,6 +36,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
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='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'),
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='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'),