1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Repeat frontend version warning at the end.

This way someone running ComfyUI with the command line is more likely to
actually see it.
This commit is contained in:
comfyanonymous
2025-03-12 07:13:40 -04:00
parent d2a0fb6bb0
commit f4411250f3
3 changed files with 18 additions and 1 deletions

View File

@@ -139,6 +139,7 @@ from server import BinaryEventTypes
import nodes
import comfy.model_management
import comfyui_version
import app.logger
def cuda_malloc_warning():
@@ -299,6 +300,7 @@ if __name__ == "__main__":
event_loop, _, start_all_func = start_comfyui()
try:
x = start_all_func()
app.logger.print_startup_warnings()
event_loop.run_until_complete(x)
except KeyboardInterrupt:
logging.info("\nStopped server")