diff --git a/workers/comfyui/server.py b/workers/comfyui/server.py index 40ee389..4b5e025 100644 --- a/workers/comfyui/server.py +++ b/workers/comfyui/server.py @@ -13,7 +13,7 @@ from lib.server import start_server from .data_types import DefaultComfyWorkflowData, CustomComfyWorkflowData -MODEL_SERVER_URL = "http://0.0.0.0:38188" +MODEL_SERVER_URL = "http://127.0.0.1:18288" # API Wrapper Service # This is the last log line that gets emitted once comfyui+extensions have been fully loaded MODEL_SERVER_START_LOG_MSG = "To see the GUI go to: http://127.0.0.1:18188"