mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
added Irina Arty model
This commit is contained in:
parent
32202d68c2
commit
201fa2cb2a
5 changed files with 8 additions and 0 deletions
|
@ -30,7 +30,14 @@ Keanu Reeves
|
||||||
<img src="doc/celebs/Keanu_Reeves/Keanu_Reeves.png" width=128></img>
|
<img src="doc/celebs/Keanu_Reeves/Keanu_Reeves.png" width=128></img>
|
||||||
|
|
||||||
<a href="doc/celebs/Keanu_Reeves/examples.md">examples</a>
|
<a href="doc/celebs/Keanu_Reeves/examples.md">examples</a>
|
||||||
|
</td><td align="center">
|
||||||
|
Irina Arty
|
||||||
|
|
||||||
|
<img src="doc/celebs/Irina_Arty/Irina_Arty.png" width=128></img>
|
||||||
|
|
||||||
|
examples
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table align="center" border="0">
|
<table align="center" border="0">
|
||||||
|
|
BIN
doc/celebs/Irina_Arty/Irina_Arty.png
Normal file
BIN
doc/celebs/Irina_Arty/Irina_Arty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
Binary file not shown.
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 288 KiB |
Binary file not shown.
|
@ -42,6 +42,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
||||||
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='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='Emily Winston', model_path=models_path / f'Emily_Winston.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/EMILY_WINSTON/Emily_Winston.dfm'),
|
DFMModelInfo(name='Emily Winston', model_path=models_path / f'Emily_Winston.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/EMILY_WINSTON/Emily_Winston.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='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='Irina Arty', model_path=models_path / f'Irina_Arty.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/IRINA_ARTY/Irina_Arty.dfm'),
|
||||||
DFMModelInfo(name='Jackie Chan', model_path=models_path / f'Jackie_Chan.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/JACKIE_CHAN/Jackie_Chan.dfm'),
|
DFMModelInfo(name='Jackie Chan', model_path=models_path / f'Jackie_Chan.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/JACKIE_CHAN/Jackie_Chan.dfm'),
|
||||||
DFMModelInfo(name='Joker', model_path=models_path / f'Joker.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/JOKER/Joker.dfm'),
|
DFMModelInfo(name='Joker', model_path=models_path / f'Joker.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/JOKER/Joker.dfm'),
|
||||||
DFMModelInfo(name='Keanu Reeves', model_path=models_path / f'Keanu_Reeves.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KEANU_REEVES/Keanu_Reeves.dfm'),
|
DFMModelInfo(name='Keanu Reeves', model_path=models_path / f'Keanu_Reeves.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KEANU_REEVES/Keanu_Reeves.dfm'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue