diff --git a/README.md b/README.md index b5df9f9..5c7d23d 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,24 @@ These persons do not exists. Similarities with real people are accidental. Excep
+Bryan Greynolds + + + +examples + Keanu Reeves examples + +Ewon Spice + + + +examples +
@@ -80,18 +93,11 @@ David Kovalniy examples -Ewon Spice +Jackie Chan - + -examples - - -Bryan Greynolds - - - -examples +examples Nicola Badge diff --git a/doc/celebs/Jackie_Chan/Jackie_Chan.png b/doc/celebs/Jackie_Chan/Jackie_Chan.png new file mode 100644 index 0000000..f79dfec Binary files /dev/null and b/doc/celebs/Jackie_Chan/Jackie_Chan.png differ diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py index 0d838fa..758b62f 100644 --- a/modelhub/DFLive/DFMModel.py +++ b/modelhub/DFLive/DFMModel.py @@ -41,6 +41,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]: DFMModelInfo(name='Dean Wiesel', model_path=models_path / f'Dean_Wiesel.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DEAN_WIESEL/Dean_Wiesel.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='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='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='Kim Jarrey', model_path=models_path / f'Kim_Jarrey.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/KIM_JARREY/Kim_Jarrey.dfm'),