mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-31 12:10:14 -07:00
added Alexandra Daddario model
This commit is contained in:
parent
5f69f885fa
commit
8ed215afe9
8 changed files with 14 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
|
||||
<table align="center" border="0">
|
||||
<tr><td align="center">
|
||||
Alexandra Daddario
|
||||
|
||||
<img src="doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg" width=128></img>
|
||||
|
||||
<a href="doc/celebs/Alexandra_Daddario/examples.md">examples</a>
|
||||
</td><td align="center">
|
||||
Margot Robbie
|
||||
|
||||
<img src="doc/celebs/Margot_Robbie/Margot_Robbie.png" width=128></img>
|
||||
|
|
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg
Normal file
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_0.mp4
Normal file
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_0.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_1.mp4
Normal file
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_1.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_2.mp4
Normal file
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_2.mp4
Normal file
Binary file not shown.
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_3.mp4
Normal file
BIN
doc/celebs/Alexandra_Daddario/Alexandra_Daddario_3.mp4
Normal file
Binary file not shown.
7
doc/celebs/Alexandra_Daddario/examples.md
Normal file
7
doc/celebs/Alexandra_Daddario/examples.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
https://user-images.githubusercontent.com/8076202/138493841-9fa4e9d1-07cd-4418-8a61-9509a1c2bd06.mp4
|
||||
|
||||
https://user-images.githubusercontent.com/8076202/138493855-eaed045e-b160-42d9-8e4e-10b840ddb349.mp4
|
||||
|
||||
https://user-images.githubusercontent.com/8076202/138493884-ffd13cc7-2a26-4df3-9bc6-c86675b152ee.mp4
|
||||
|
||||
https://user-images.githubusercontent.com/8076202/138493869-c6e23d88-8a01-4934-8510-e51abe93d46b.mp4
|
|
@ -34,6 +34,7 @@ class DFMModelInfo:
|
|||
def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
||||
# predefined list of celebs with urls
|
||||
dfm_models = [
|
||||
DFMModelInfo(name='Alexandra Daddario', model_path=models_path / f'Alexandra_Daddario.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/ALEXANDRA_DADDARIO/Alexandra_Daddario.dfm'),
|
||||
DFMModelInfo(name='Margot Robbie', model_path=models_path / f'Margot_Robbie.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/MARGOT_ROBBIE/Margot_Robbie.dfm'),
|
||||
DFMModelInfo(name='Sylvester Stallone', model_path=models_path / f'Sylvester_Stallone.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/SYLVESTER_STALLONE/Sylvester_Stallone.dfm'),
|
||||
DFMModelInfo(name='Tom Cruise', model_path=models_path / f'Tom_Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TOM_CRUISE/Tom_Cruise.dfm'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue