diff --git a/README.md b/README.md
index 4a7dd46..8228c65 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,13 @@ Ewon Spice
examples
+
+Yohanna Coralson
+
+
+
+examples
+
|
diff --git a/doc/celebs/Bryan_Greynolds/Bryan_Greynolds.png b/doc/celebs/Bryan_Greynolds/Bryan_Greynolds.png
new file mode 100644
index 0000000..1f2e40b
Binary files /dev/null and b/doc/celebs/Bryan_Greynolds/Bryan_Greynolds.png differ
diff --git a/doc/celebs/Bryan_Greynolds/Bryan_Greynolds_0.mp4 b/doc/celebs/Bryan_Greynolds/Bryan_Greynolds_0.mp4
new file mode 100644
index 0000000..38021eb
Binary files /dev/null and b/doc/celebs/Bryan_Greynolds/Bryan_Greynolds_0.mp4 differ
diff --git a/doc/celebs/Bryan_Greynolds/Bryan_Greynolds_1.mp4 b/doc/celebs/Bryan_Greynolds/Bryan_Greynolds_1.mp4
new file mode 100644
index 0000000..fc4bd1b
Binary files /dev/null and b/doc/celebs/Bryan_Greynolds/Bryan_Greynolds_1.mp4 differ
diff --git a/doc/celebs/Bryan_Greynolds/examples.md b/doc/celebs/Bryan_Greynolds/examples.md
new file mode 100644
index 0000000..7b8fb5f
--- /dev/null
+++ b/doc/celebs/Bryan_Greynolds/examples.md
@@ -0,0 +1,3 @@
+https://user-images.githubusercontent.com/8076202/166423829-d43a6ceb-7204-4bce-840c-b3c1fa168c12.mp4
+
+https://user-images.githubusercontent.com/8076202/166423835-99049030-f338-49d0-b09b-32785b44e2cd.mp4
\ No newline at end of file
diff --git a/doc/celebs/Tim_Norland/Tim_Norland.png b/doc/celebs/Tim_Norland/Tim_Norland.png
new file mode 100644
index 0000000..cc19c45
Binary files /dev/null and b/doc/celebs/Tim_Norland/Tim_Norland.png differ
diff --git a/doc/celebs/Tim_Norland/Tim_Norland_0.mp4 b/doc/celebs/Tim_Norland/Tim_Norland_0.mp4
new file mode 100644
index 0000000..ef3b2a3
Binary files /dev/null and b/doc/celebs/Tim_Norland/Tim_Norland_0.mp4 differ
diff --git a/doc/celebs/Tim_Norland/Tim_Norland_1.mp4 b/doc/celebs/Tim_Norland/Tim_Norland_1.mp4
new file mode 100644
index 0000000..515bc7d
Binary files /dev/null and b/doc/celebs/Tim_Norland/Tim_Norland_1.mp4 differ
diff --git a/doc/celebs/Tim_Norland/examples.md b/doc/celebs/Tim_Norland/examples.md
new file mode 100644
index 0000000..90f3663
--- /dev/null
+++ b/doc/celebs/Tim_Norland/examples.md
@@ -0,0 +1,3 @@
+https://user-images.githubusercontent.com/8076202/166425073-5fde4d87-19d6-41d2-a7e8-c878c5f8fce1.mp4
+
+https://user-images.githubusercontent.com/8076202/166425082-48aa550e-b304-4082-b3a7-e676f9b441ef.mp4
\ No newline at end of file
diff --git a/doc/celebs/Yohanna_Coralson/Yohanna_Coralson.png b/doc/celebs/Yohanna_Coralson/Yohanna_Coralson.png
new file mode 100644
index 0000000..e23194d
Binary files /dev/null and b/doc/celebs/Yohanna_Coralson/Yohanna_Coralson.png differ
diff --git a/doc/celebs/Yohanna_Coralson/Yohanna_Coralson_0.mp4 b/doc/celebs/Yohanna_Coralson/Yohanna_Coralson_0.mp4
new file mode 100644
index 0000000..78b5d1b
Binary files /dev/null and b/doc/celebs/Yohanna_Coralson/Yohanna_Coralson_0.mp4 differ
diff --git a/doc/celebs/Yohanna_Coralson/Yohanna_Coralson_1.mp4 b/doc/celebs/Yohanna_Coralson/Yohanna_Coralson_1.mp4
new file mode 100644
index 0000000..2099812
Binary files /dev/null and b/doc/celebs/Yohanna_Coralson/Yohanna_Coralson_1.mp4 differ
diff --git a/doc/celebs/Yohanna_Coralson/examples.md b/doc/celebs/Yohanna_Coralson/examples.md
new file mode 100644
index 0000000..e99d5eb
--- /dev/null
+++ b/doc/celebs/Yohanna_Coralson/examples.md
@@ -0,0 +1,3 @@
+https://user-images.githubusercontent.com/8076202/166424669-bbe78127-48db-4a42-92ce-b65b3fc44e47.mp4
+
+https://user-images.githubusercontent.com/8076202/166424679-8f8ce9c9-4c1b-4012-8f96-96b1086e93ac.mp4
\ No newline at end of file
diff --git a/modelhub/DFLive/DFMModel.py b/modelhub/DFLive/DFMModel.py
index 2a2a09f..5631cc4 100644
--- a/modelhub/DFLive/DFMModel.py
+++ b/modelhub/DFLive/DFMModel.py
@@ -35,6 +35,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
# predefined list of celebs with urls
dfm_models = [
DFMModelInfo(name='Ava de Addario', model_path=models_path / f'Ava_de_Addario.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/AVA_DE_ADDARIO/Ava_de_Addario.dfm'),
+ DFMModelInfo(name='Bryan Greynolds', model_path=models_path / f'Bryan_Greynolds.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/BRYAN_GREYNOLDS/Bryan_Greynolds.dfm'),
DFMModelInfo(name='David Kovalniy', model_path=models_path / f'David_Kovalniy.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/DAVID_KOVALNIY/David_Kovalniy.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'),
@@ -42,6 +43,8 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
DFMModelInfo(name='Matilda Bobbie', model_path=models_path / f'Matilda_Bobbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MATILDA_BOBBIE/Matilda_Bobbie.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'),
+ DFMModelInfo(name='Yohanna Coralson', model_path=models_path / f'Yohanna_Coralson.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/YOHANNA_CORALSON/Yohanna_Coralson.dfm'),
DFMModelInfo(name='Zahar Lupin', model_path=models_path / f'Zahar_Lupin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ZAHAR_LUPIN/Zahar_Lupin.dfm'),
]