diff --git a/app/frontend_management.py b/app/frontend_management.py index 003c97527..3ebcc4c4d 100644 --- a/app/frontend_management.py +++ b/app/frontend_management.py @@ -21,7 +21,7 @@ try: import comfyui_frontend_package except ImportError as e: # TODO: Remove the check after roll out of 0.3.16 - logging.error("comfyui-frontend-package is not installed. Please install the updated requirements.txt file by running: pip install -r requirements.txt") + logging.error("\n\n********** ERROR ***********\n\ncomfyui-frontend-package is not installed. Please install the updated requirements.txt file by running:\npip install -r requirements.txt\n\nThis error is happening because the ComfyUI frontend is no longer shipped as part of the main repo but as a pip package instead.\n********** ERROR **********\n") raise e