diff --git a/README.md b/README.md index 1e6b353..4497ce6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,14 @@ Keanu Reeves examples + +Irina Arty + + + +examples + diff --git a/doc/celebs/Irina_Arty/Irina_Arty.png b/doc/celebs/Irina_Arty/Irina_Arty.png new file mode 100644 index 0000000..ee00e1a Binary files /dev/null and b/doc/celebs/Irina_Arty/Irina_Arty.png differ diff --git a/doc/deepfacelive_intro.png b/doc/deepfacelive_intro.png index 3135561..fe97d4e 100644 Binary files a/doc/deepfacelive_intro.png and b/doc/deepfacelive_intro.png differ diff --git a/doc/gfx_sources.zip b/doc/gfx_sources.zip index 6386cb3..c53516f 100644 Binary files a/doc/gfx_sources.zip and b/doc/gfx_sources.zip differ diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py index 19e08c7..21da87b 100644 --- a/modelhub/DFLive/DFMModel.py +++ b/modelhub/DFLive/DFMModel.py @@ -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='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='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='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'),