mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-19 21:13:21 -07:00
added Tom Cruise model
This commit is contained in:
parent
a22f8b571a
commit
26c0ee8783
9 changed files with 17 additions and 6 deletions
|
@ -35,6 +35,7 @@ def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
|||
# predefined list of celebs with urls
|
||||
dfm_models = [
|
||||
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='Tom Cruise', model_path=models_path / f'Tom_Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/TOM_CRUISE/Tom_Cruise.dfm'),
|
||||
]
|
||||
|
||||
# scan additional models in directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue