mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Create the temp directory on ComfyUI startup instead.
This commit is contained in:
parent
7183fd1665
commit
0bfc7cc998
1
main.py
1
main.py
@ -241,6 +241,7 @@ if __name__ == "__main__":
|
|||||||
if args.quick_test_for_ci:
|
if args.quick_test_for_ci:
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
os.makedirs(folder_paths.get_temp_directory(), exist_ok=True)
|
||||||
call_on_start = None
|
call_on_start = None
|
||||||
if args.auto_launch:
|
if args.auto_launch:
|
||||||
def startup_server(scheme, address, port):
|
def startup_server(scheme, address, port):
|
||||||
|
Loading…
Reference in New Issue
Block a user