mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 18:57:24 -07:00
added Jesse Stat and Rob Doe models
This commit is contained in:
parent
3d35984b24
commit
833a167217
5 changed files with 14 additions and 0 deletions
12
README.md
12
README.md
|
@ -41,6 +41,18 @@ Millie Park
|
|||
|
||||
<img src="doc/celebs/Millie_Park/Millie_Park.png" width=128></img>
|
||||
|
||||
examples
|
||||
</td><td align="center">
|
||||
Rob Doe
|
||||
|
||||
<img src="doc/celebs/Rob_Doe/Rob_Doe.png" width=128></img>
|
||||
|
||||
<a href="doc/celebs/Rob_Doe/examples.md">examples</a>
|
||||
</td><td align="center">
|
||||
Jesse Stat
|
||||
|
||||
<img src="doc/celebs/Jesse_Stat/Jesse_Stat.png" width=128></img>
|
||||
|
||||
examples
|
||||
</td></tr>
|
||||
|
||||
|
|
BIN
doc/celebs/Jesse_Stat/Jesse_Stat.png
Normal file
BIN
doc/celebs/Jesse_Stat/Jesse_Stat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
BIN
doc/celebs/Rob_Doe/Rob_Doe.png
Normal file
BIN
doc/celebs/Rob_Doe/Rob_Doe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
doc/celebs/Rob_Doe/Rob_Doe_0.mp4
Normal file
BIN
doc/celebs/Rob_Doe/Rob_Doe_0.mp4
Normal file
Binary file not shown.
|
@ -44,6 +44,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
|||
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='Jesse Stat 320', model_path=models_path / f'Jesse_Stat_320.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/JESSE_STAT/Jesse_Stat_320.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 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'),
|
||||
|
@ -53,6 +54,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
|||
DFMModelInfo(name='Mr. Bean', model_path=models_path / f'Mr_Bean.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MR_BEAN/Mr_Bean.dfm'),
|
||||
DFMModelInfo(name='Natasha Former', 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='Rob Doe 256', model_path=models_path / f'Rob_Doe_256.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ROB_DOE/Rob_Doe_256.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 Norland', model_path=models_path / f'Tim_Norland.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TIM_NORLAND/Tim_Norland.dfm'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue