From 2dc59a494291319af202195d9ce3680ad7d918cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:44:53 +0100 Subject: [PATCH] Set updateable to false in comfyui.json --- frontend/public/json/comfyui.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/comfyui.json b/frontend/public/json/comfyui.json index c94859b5fe5..2d03de9ef46 100644 --- a/frontend/public/json/comfyui.json +++ b/frontend/public/json/comfyui.json @@ -6,7 +6,7 @@ ], "date_created": "2025-10-26", "type": "ct", - "updateable": true, + "updateable": false, "privileged": false, "config_path": "/opt", "interface_port": 8188, @@ -39,6 +39,10 @@ { "text": "Please check that you have installed the drivers for your GPU.", "type": "info" + }, + { + "text": "Application is updated via it's web UI.", + "type": "info" } ] }