MCPcopy
hub / github.com/facefusion/facefusion / create_target_path_program

Function create_target_path_program

facefusion/program.py:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def create_target_path_program() -> ArgumentParser:
58 program = ArgumentParser(add_help = False)
59 group_paths = program.add_argument_group('paths')
60 group_paths.add_argument('-t', '--target-path', help = translator.get('help.target_path'), default = config.get_str_value('paths', 'target_path'))
61 job_store.register_step_keys([ 'target_path' ])
62 return program
63
64
65def create_output_path_program() -> ArgumentParser:

Callers 1

create_programFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected