mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-04 21:37:40 +08:00
Remove old portable updater migration code.
This is 2 years old so I don't think it's needed anymore.
This commit is contained in:
parent
c37d2a0dac
commit
d1d2b50645
7
main.py
7
main.py
@ -464,13 +464,6 @@ def start_comfyui(asyncio_loop=None):
|
|||||||
folder_paths.set_temp_directory(temp_dir)
|
folder_paths.set_temp_directory(temp_dir)
|
||||||
cleanup_temp()
|
cleanup_temp()
|
||||||
|
|
||||||
if args.windows_standalone_build:
|
|
||||||
try:
|
|
||||||
import new_updater
|
|
||||||
new_updater.update_windows_updater()
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
if not asyncio_loop:
|
if not asyncio_loop:
|
||||||
asyncio_loop = asyncio.new_event_loop()
|
asyncio_loop = asyncio.new_event_loop()
|
||||||
asyncio.set_event_loop(asyncio_loop)
|
asyncio.set_event_loop(asyncio_loop)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user