Spaces:
Restarting
Restarting
Update facefusion/args.py
Browse files- facefusion/args.py +3 -3
facefusion/args.py
CHANGED
@@ -43,7 +43,7 @@ def apply_args(args : Args, apply_state_item : ApplyStateItem) -> None:
|
|
43 |
# general
|
44 |
apply_state_item('command', args.get('command'))
|
45 |
# paths
|
46 |
-
|
47 |
apply_state_item('jobs_path', args.get('jobs_path'))
|
48 |
apply_state_item('source_paths', args.get('source_paths'))
|
49 |
apply_state_item('target_path', args.get('target_path'))
|
@@ -81,8 +81,8 @@ def apply_args(args : Args, apply_state_item : ApplyStateItem) -> None:
|
|
81 |
# frame extraction
|
82 |
apply_state_item('trim_frame_start', args.get('trim_frame_start'))
|
83 |
apply_state_item('trim_frame_end', args.get('trim_frame_end'))
|
84 |
-
|
85 |
-
|
86 |
# output creation
|
87 |
apply_state_item('output_image_quality', args.get('output_image_quality'))
|
88 |
if is_image(args.get('target_path')):
|
|
|
43 |
# general
|
44 |
apply_state_item('command', args.get('command'))
|
45 |
# paths
|
46 |
+
apply_state_item('temp_path', args.get('temp_path'))
|
47 |
apply_state_item('jobs_path', args.get('jobs_path'))
|
48 |
apply_state_item('source_paths', args.get('source_paths'))
|
49 |
apply_state_item('target_path', args.get('target_path'))
|
|
|
81 |
# frame extraction
|
82 |
apply_state_item('trim_frame_start', args.get('trim_frame_start'))
|
83 |
apply_state_item('trim_frame_end', args.get('trim_frame_end'))
|
84 |
+
apply_state_item('temp_frame_format', args.get('temp_frame_format'))
|
85 |
+
apply_state_item('keep_temp', args.get('keep_temp'))
|
86 |
# output creation
|
87 |
apply_state_item('output_image_quality', args.get('output_image_quality'))
|
88 |
if is_image(args.get('target_path')):
|