diff --git a/facefusion/args.py b/facefusion/args.py index c5d1ea24..d954d762 100644 --- a/facefusion/args.py +++ b/facefusion/args.py @@ -77,7 +77,6 @@ def apply_args(args : Args, apply_state_item : ApplyStateItem) -> None: apply_state_item('benchmark_resolutions', args.get('benchmark_resolutions')) apply_state_item('benchmark_cycle_count', args.get('benchmark_cycle_count')) apply_state_item('video_memory_strategy', args.get('video_memory_strategy')) - apply_state_item('system_memory_limit', args.get('system_memory_limit')) apply_state_item('log_level', args.get('log_level')) apply_state_item('halt_on_error', args.get('halt_on_error')) apply_state_item('job_id', args.get('job_id'))