Update nodes_image_compare.py (#15868)

This commit is contained in:
Alexis Rolland
2026-08-24 13:56:59 -07:00
committed by GitHub
parent 180060c295
commit eb8cad7375

View File

@@ -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),