added Zahar Lupin

This commit is contained in:
iperov 2022-03-26 19:37:40 +04:00
parent af1d30adc1
commit d44fb362b7
7 changed files with 22 additions and 8 deletions

View file

@ -41,16 +41,15 @@ Ewon Spice
<a href="doc/celebs/Ewon_Spice/examples.md">examples</a> <a href="doc/celebs/Ewon_Spice/examples.md">examples</a>
</td><td align="center"> </td></tr></table>
<table align="center" border="0">
<tr align="center"><td align="center">
Kim Jarrey Kim Jarrey
<img src="doc/celebs/Kim_Jarrey/Kim_Jarrey.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/Kim_Jarrey/examples.md">examples</a>
</td><td>
</td></tr></table>
<table align="center" border="0">
<tr align="center"><td>
David Kovalniy David Kovalniy
<img src="doc/celebs/David_Kovalniy/David_Kovalniy.png" width=128></img> <img src="doc/celebs/David_Kovalniy/David_Kovalniy.png" width=128></img>
@ -62,7 +61,9 @@ Matilda Bobbie
<img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img> <img src="doc/celebs/Matilda_Bobbie/Matilda_Bobbie.png" width=128></img>
<a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a> <a href="doc/celebs/Matilda_Bobbie/examples.md">examples</a>
</td><td> </td></tr></table>
<table align="center" border="0">
<tr align="center"><td align="center">
Silwan Stillwone Silwan Stillwone
<img src="doc/celebs/Silwan_Stillwone/Silwan_Stillwone.png" width=128></img> <img src="doc/celebs/Silwan_Stillwone/Silwan_Stillwone.png" width=128></img>
@ -75,8 +76,13 @@ Tim Chrys
<a href="doc/celebs/Tim_Chrys/examples.md">examples</a> <a href="doc/celebs/Tim_Chrys/examples.md">examples</a>
</td></tr> </td><td>
</table> Zahar Lupin
<img src="doc/celebs/Zahar_Lupin/Zahar_Lupin.png" width=128></img>
<a href="doc/celebs/Zahar_Lupin/examples.md">examples</a>
</td></tr></table>
</td></tr> </td></tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,7 @@
https://user-images.githubusercontent.com/8076202/160246311-d756da7a-a9c5-4d3b-988e-16208e3a42aa.mp4
https://user-images.githubusercontent.com/8076202/160246317-622dd817-043e-4752-97ac-5144511f7fda.mp4
https://user-images.githubusercontent.com/8076202/160246318-92b8dfd4-e02c-4799-b3f3-8798048a91f6.mp4

View file

@ -42,6 +42,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
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='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='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'), 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'),
DFMModelInfo(name='Zahar Lupin', model_path=models_path / f'Zahar_Lupin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ZAHAR_LUPIN/Zahar_Lupin.dfm'),
] ]
# scan additional models in directory # scan additional models in directory