Revert "feat: Implement terminal cleanup on exit and signal handling in ComfyConsole"

This reverts commit 091d7335a3.
This commit is contained in:
Andy
2025-08-03 15:26:30 +00:00
parent e3571b9518
commit 1aaea23669
2 changed files with 2 additions and 43 deletions

View File

@@ -765,8 +765,7 @@ class dl:
DOWNLOAD_LICENCE_ONLY.set()
try:
# Use transient mode to prevent display remnants
with Live(Padding(download_table, (1, 5)), console=console, refresh_per_second=5, transient=True):
with Live(Padding(download_table, (1, 5)), console=console, refresh_per_second=5):
with ThreadPoolExecutor(downloads) as pool:
for download in futures.as_completed(
(
@@ -1035,7 +1034,7 @@ class dl:
multiplex_tasks.append((task_id, task_tracks))
with Live(Padding(progress, (0, 5, 1, 5)), console=console, transient=True):
with Live(Padding(progress, (0, 5, 1, 5)), console=console):
for task_id, task_tracks in multiplex_tasks:
progress.start_task(task_id) # TODO: Needed?
muxed_path, return_code, errors = task_tracks.mux(