MCPcopy
hub / github.com/facefusion/facefusion / create_temp_path_program

Function create_temp_path_program

facefusion/program.py:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33def create_temp_path_program() -> ArgumentParser:
34 program = ArgumentParser(add_help = False)
35 group_paths = program.add_argument_group('paths')
36 group_paths.add_argument('--temp-path', help = translator.get('help.temp_path'), default = config.get_str_value('paths', 'temp_path', tempfile.gettempdir()))
37 job_store.register_job_keys([ 'temp_path' ])
38 return program
39
40
41def create_jobs_path_program() -> ArgumentParser:

Callers 1

create_programFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected