mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-12 08:07:04 -07:00
added Margot Robbie model.
This commit is contained in:
parent
639ceb3597
commit
eb42bd4c3f
8 changed files with 20 additions and 3 deletions
|
@ -34,8 +34,7 @@ class DFMModelInfo:
|
|||
def get_available_models_info(models_path : Path) -> List[DFMModelInfo]:
|
||||
# predefined list of celebs with urls
|
||||
dfm_models = [
|
||||
#DFMModelInfo(name='Tom Cruise', model_path=models_path / f'Tom Cruise.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/test/TOM_CRISE.onnx'),#TODO https://github.com/iperov/DeepFaceLive/releases/download/dfm/TOM_CRUISE.dfm'),
|
||||
#DFMModelInfo(name='Vladimir Putin', model_path=models_path / f'Vladimir Putin.dfm', url=rf'https://github.com/iperov/DeepFaceLive/releases/download/dfm/VLADIMIR_PUTIN.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'),
|
||||
]
|
||||
|
||||
# scan additional models in directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue