Remove duplicates (Rumateus is the creator)
This commit is contained in:
parent
2adb716d15
commit
12a01cab8f
@ -83,20 +83,15 @@ deep_swapper_models : List[DeepSwapperModel] =\
|
||||
'iperov/jackie_chan_224',
|
||||
'iperov/james_carrey_224',
|
||||
'iperov/jason_statham_320',
|
||||
'iperov/jessica_alba_224',
|
||||
'iperov/keanu_reeves_320',
|
||||
'iperov/lucy_liu_224',
|
||||
'iperov/margot_robbie_224',
|
||||
'iperov/meghan_markle_224',
|
||||
'iperov/natalie_dormer_224',
|
||||
'iperov/natalie_portman_224',
|
||||
'iperov/nicolas_coppola_224',
|
||||
'iperov/robert_downey_224',
|
||||
'iperov/rowan_atkinson_224',
|
||||
'iperov/ryan_reynolds_224',
|
||||
'iperov/scarlett_johansson_224',
|
||||
'iperov/sylvester_stallone_224',
|
||||
'iperov/taylor_swift_224',
|
||||
'iperov/thomas_cruise_224',
|
||||
'iperov/thomas_holland_224',
|
||||
'iperov/vin_diesel_224',
|
||||
|
@ -106,20 +106,15 @@ def create_static_model_set() -> ModelSet:
|
||||
('iperov', 'jackie_chan_224', (224, 224)),
|
||||
('iperov', 'james_carrey_224', (224, 224)),
|
||||
('iperov', 'jason_statham_320', (320, 320)),
|
||||
('iperov', 'jessica_alba_224', (224, 224)),
|
||||
('iperov', 'keanu_reeves_320', (320, 320)),
|
||||
('iperov', 'lucy_liu_224', (224, 224)),
|
||||
('iperov', 'margot_robbie_224', (224, 224)),
|
||||
('iperov', 'meghan_markle_224', (224, 224)),
|
||||
('iperov', 'natalie_dormer_224', (224, 224)),
|
||||
('iperov', 'natalie_portman_224', (224, 224)),
|
||||
('iperov', 'nicolas_coppola_224', (224, 224)),
|
||||
('iperov', 'robert_downey_224', (224, 224)),
|
||||
('iperov', 'rowan_atkinson_224', (224, 224)),
|
||||
('iperov', 'ryan_reynolds_224', (224, 224)),
|
||||
('iperov', 'scarlett_johansson_224', (224, 224)),
|
||||
('iperov', 'sylvester_stallone_224', (224, 224)),
|
||||
('iperov', 'taylor_swift_224', (224, 224)),
|
||||
('iperov', 'thomas_cruise_224', (224, 224)),
|
||||
('iperov', 'thomas_holland_224', (224, 224)),
|
||||
('iperov', 'vin_diesel_224', (224, 224)),
|
||||
|
@ -84,20 +84,15 @@ DeepSwapperModel = Literal\
|
||||
'iperov/jackie_chan_224',
|
||||
'iperov/james_carrey_224',
|
||||
'iperov/jason_statham_320',
|
||||
'iperov/jessica_alba_224',
|
||||
'iperov/keanu_reeves_320',
|
||||
'iperov/lucy_liu_224',
|
||||
'iperov/margot_robbie_224',
|
||||
'iperov/meghan_markle_224',
|
||||
'iperov/natalie_dormer_224',
|
||||
'iperov/natalie_portman_224',
|
||||
'iperov/nicolas_coppola_224',
|
||||
'iperov/robert_downey_224',
|
||||
'iperov/rowan_atkinson_224',
|
||||
'iperov/ryan_reynolds_224',
|
||||
'iperov/scarlett_johansson_224',
|
||||
'iperov/sylvester_stallone_224',
|
||||
'iperov/taylor_swift_224',
|
||||
'iperov/thomas_cruise_224',
|
||||
'iperov/thomas_holland_224',
|
||||
'iperov/vin_diesel_224',
|
||||
|
Loading…
Reference in New Issue
Block a user