Add more DeepFaceLive models
This commit is contained in:
@@ -7,6 +7,7 @@ from facefusion.processors.types import AgeModifierModel, DeepSwapperModel, Expr
|
||||
age_modifier_models : List[AgeModifierModel] = [ 'styleganex_age' ]
|
||||
deep_swapper_models : List[DeepSwapperModel] =\
|
||||
[
|
||||
'druuzil/adam_levine_320',
|
||||
'druuzil/adrianne_palicki_384',
|
||||
'druuzil/agnetha_falskog_224',
|
||||
'druuzil/alan_ritchson_320',
|
||||
@@ -14,6 +15,7 @@ deep_swapper_models : List[DeepSwapperModel] =\
|
||||
'druuzil/amber_midthunder_320',
|
||||
'druuzil/andras_arato_384',
|
||||
'druuzil/andrew_tate_320',
|
||||
'druuzil/angelina_jolie_384',
|
||||
'druuzil/anne_hathaway_320',
|
||||
'druuzil/anya_chalotra_320',
|
||||
'druuzil/arnold_schwarzenegger_320',
|
||||
@@ -21,6 +23,7 @@ deep_swapper_models : List[DeepSwapperModel] =\
|
||||
'druuzil/benjamin_stiller_384',
|
||||
'druuzil/bradley_pitt_224',
|
||||
'druuzil/brie_larson_384',
|
||||
'druuzil/bruce_campbell_384',
|
||||
'druuzil/bryan_cranston_320',
|
||||
'druuzil/catherine_blanchett_352',
|
||||
'druuzil/christian_bale_320',
|
||||
@@ -50,6 +53,7 @@ deep_swapper_models : List[DeepSwapperModel] =\
|
||||
'druuzil/hugh_jackman_384',
|
||||
'druuzil/idris_elba_320',
|
||||
'druuzil/jack_nicholson_320',
|
||||
'druuzil/james_carrey_384',
|
||||
'druuzil/james_mcavoy_320',
|
||||
'druuzil/james_varney_320',
|
||||
'druuzil/jason_momoa_320',
|
||||
@@ -61,6 +65,7 @@ deep_swapper_models : List[DeepSwapperModel] =\
|
||||
'druuzil/kate_beckinsale_384',
|
||||
'druuzil/laurence_fishburne_384',
|
||||
'druuzil/lili_reinhart_320',
|
||||
'druuzil/luke_evans_384',
|
||||
'druuzil/mads_mikkelsen_384',
|
||||
'druuzil/mary_winstead_320',
|
||||
'druuzil/margaret_qualley_384',
|
||||
@@ -70,12 +75,15 @@ deep_swapper_models : List[DeepSwapperModel] =\
|
||||
'druuzil/millie_bobby_brown_320',
|
||||
'druuzil/morgan_freeman_320',
|
||||
'druuzil/patrick_stewart_320',
|
||||
'druuzil/rachel_weisz_384',
|
||||
'druuzil/rebecca_ferguson_320',
|
||||
'druuzil/scarlett_johansson_320',
|
||||
'druuzil/shannen_doherty_384',
|
||||
'druuzil/seth_macfarlane_384',
|
||||
'druuzil/thomas_cruise_320',
|
||||
'druuzil/thomas_hanks_384',
|
||||
'druuzil/william_murray_384',
|
||||
'druuzil/zoe_saldana_384',
|
||||
'edel/emma_roberts_224',
|
||||
'edel/ivanka_trump_224',
|
||||
'edel/lize_dzjabrailova_224',
|
||||
|
||||
@@ -33,6 +33,7 @@ def create_static_model_set(download_scope : DownloadScope) -> ModelSet:
|
||||
if download_scope == 'full':
|
||||
model_config.extend(
|
||||
[
|
||||
('druuzil', 'adam_levine_320'),
|
||||
('druuzil', 'adrianne_palicki_384'),
|
||||
('druuzil', 'agnetha_falskog_224'),
|
||||
('druuzil', 'alan_ritchson_320'),
|
||||
@@ -40,6 +41,7 @@ def create_static_model_set(download_scope : DownloadScope) -> ModelSet:
|
||||
('druuzil', 'amber_midthunder_320'),
|
||||
('druuzil', 'andras_arato_384'),
|
||||
('druuzil', 'andrew_tate_320'),
|
||||
('druuzil', 'angelina_jolie_384'),
|
||||
('druuzil', 'anne_hathaway_320'),
|
||||
('druuzil', 'anya_chalotra_320'),
|
||||
('druuzil', 'arnold_schwarzenegger_320'),
|
||||
@@ -47,6 +49,7 @@ def create_static_model_set(download_scope : DownloadScope) -> ModelSet:
|
||||
('druuzil', 'benjamin_stiller_384'),
|
||||
('druuzil', 'bradley_pitt_224'),
|
||||
('druuzil', 'brie_larson_384'),
|
||||
('druuzil', 'bruce_campbell_384'),
|
||||
('druuzil', 'bryan_cranston_320'),
|
||||
('druuzil', 'catherine_blanchett_352'),
|
||||
('druuzil', 'christian_bale_320'),
|
||||
@@ -76,6 +79,7 @@ def create_static_model_set(download_scope : DownloadScope) -> ModelSet:
|
||||
('druuzil', 'hugh_jackman_384'),
|
||||
('druuzil', 'idris_elba_320'),
|
||||
('druuzil', 'jack_nicholson_320'),
|
||||
('druuzil', 'james_carrey_384'),
|
||||
('druuzil', 'james_mcavoy_320'),
|
||||
('druuzil', 'james_varney_320'),
|
||||
('druuzil', 'jason_momoa_320'),
|
||||
@@ -87,6 +91,7 @@ def create_static_model_set(download_scope : DownloadScope) -> ModelSet:
|
||||
('druuzil', 'kate_beckinsale_384'),
|
||||
('druuzil', 'laurence_fishburne_384'),
|
||||
('druuzil', 'lili_reinhart_320'),
|
||||
('druuzil', 'luke_evans_384'),
|
||||
('druuzil', 'mads_mikkelsen_384'),
|
||||
('druuzil', 'mary_winstead_320'),
|
||||
('druuzil', 'margaret_qualley_384'),
|
||||
@@ -96,12 +101,15 @@ def create_static_model_set(download_scope : DownloadScope) -> ModelSet:
|
||||
('druuzil', 'millie_bobby_brown_320'),
|
||||
('druuzil', 'morgan_freeman_320'),
|
||||
('druuzil', 'patrick_stewart_320'),
|
||||
('druuzil', 'rachel_weisz_384'),
|
||||
('druuzil', 'rebecca_ferguson_320'),
|
||||
('druuzil', 'scarlett_johansson_320'),
|
||||
('druuzil', 'shannen_doherty_384'),
|
||||
('druuzil', 'seth_macfarlane_384'),
|
||||
('druuzil', 'thomas_cruise_320'),
|
||||
('druuzil', 'thomas_hanks_384'),
|
||||
('druuzil', 'william_murray_384'),
|
||||
('druuzil', 'zoe_saldana_384'),
|
||||
('edel', 'emma_roberts_224'),
|
||||
('edel', 'ivanka_trump_224'),
|
||||
('edel', 'lize_dzjabrailova_224'),
|
||||
|
||||
Reference in New Issue
Block a user