Revert "feat: add config for temp path and temp path cleanup on launch (#1992)" (#2502)

This reverts commit 85e8aa8ce2.
This commit is contained in:
Manuel Schmid
2024-03-10 21:08:55 +01:00
committed by GitHub
parent 85e8aa8ce2
commit 5409bfdb26
5 changed files with 15 additions and 67 deletions
+3
View File
@@ -49,4 +49,7 @@ if args_parser.args.disable_analytics:
if args_parser.args.disable_in_browser:
args_parser.args.in_browser = False
if args_parser.args.temp_path is None:
args_parser.args.temp_path = os.path.join(gettempdir(), 'Fooocus')
args = args_parser.args