mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-30 03:30:00 -07:00
added Joker model
This commit is contained in:
parent
8c6ee38eb6
commit
e384b6af14
3 changed files with 7 additions and 0 deletions
|
@ -111,6 +111,12 @@ Nicola Badge
|
||||||
<img src="doc/celebs/Nicola_Badge/Nicola_Badge.png" width=128></img>
|
<img src="doc/celebs/Nicola_Badge/Nicola_Badge.png" width=128></img>
|
||||||
|
|
||||||
<a href="doc/celebs/Nicola_Badge/examples.md">examples</a>
|
<a href="doc/celebs/Nicola_Badge/examples.md">examples</a>
|
||||||
|
</td><td align="center">
|
||||||
|
Joker
|
||||||
|
|
||||||
|
<img src="doc/celebs/Joker/Joker.png" width=128></img>
|
||||||
|
|
||||||
|
examples
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
<table align="center" border="0">
|
<table align="center" border="0">
|
||||||
<tr align="center"><td>
|
<tr align="center"><td>
|
||||||
|
|
BIN
doc/celebs/Joker/Joker.png
Normal file
BIN
doc/celebs/Joker/Joker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
|
@ -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='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='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='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'),
|
||||||
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='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='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