From eb8cad737517717b65244dd5ede09fb447f95cd7 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 24 Aug 2026 13:56:59 -0700 Subject: [PATCH] Update nodes_image_compare.py (#15868) --- comfy_extras/nodes_image_compare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_extras/nodes_image_compare.py b/comfy_extras/nodes_image_compare.py index 58af9ae82..64c3505c0 100644 --- a/comfy_extras/nodes_image_compare.py +++ b/comfy_extras/nodes_image_compare.py @@ -15,7 +15,6 @@ class ImageCompare(IO.ComfyNode): description="Compares two images side by side with a slider.", category="image", essentials_category="Image Tools", - is_experimental=True, is_output_node=True, inputs=[ IO.Image.Input("image_a", optional=True),