diff --git a/README.md b/README.md
index 142d8b2..e9829a5 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,18 @@ Millie Park
+examples
+
+Rob Doe
+
+
+
+examples
+ |
+Jesse Stat
+
+
+
examples
|
diff --git a/doc/celebs/Jesse_Stat/Jesse_Stat.png b/doc/celebs/Jesse_Stat/Jesse_Stat.png
new file mode 100644
index 0000000..e5367e0
Binary files /dev/null and b/doc/celebs/Jesse_Stat/Jesse_Stat.png differ
diff --git a/doc/celebs/Rob_Doe/Rob_Doe.png b/doc/celebs/Rob_Doe/Rob_Doe.png
new file mode 100644
index 0000000..7e02553
Binary files /dev/null and b/doc/celebs/Rob_Doe/Rob_Doe.png differ
diff --git a/doc/celebs/Rob_Doe/Rob_Doe_0.mp4 b/doc/celebs/Rob_Doe/Rob_Doe_0.mp4
new file mode 100644
index 0000000..b185f6f
Binary files /dev/null and b/doc/celebs/Rob_Doe/Rob_Doe_0.mp4 differ
diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py
index 98fac87..f070561 100644
--- a/modelhub/DFLive/DFMModel.py
+++ b/modelhub/DFLive/DFMModel.py
@@ -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'),