From f10bb1e7808199d6c796817093b6163e1b358c14 Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:08:19 +0300 Subject: [PATCH] remove srgb from exr Co-authored-by: Alexis Rolland --- comfy_extras/nodes_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_images.py b/comfy_extras/nodes_images.py index c3aa807a4..5273f51b8 100644 --- a/comfy_extras/nodes_images.py +++ b/comfy_extras/nodes_images.py @@ -1006,7 +1006,7 @@ class SaveImageAdvanced(IO.ComfyNode): ), IO.Combo.Input( "interpret_as", - options=["sRGB", "Linear", "Raw/Data"], + options=["Linear", "Raw/Data"], default="Linear", advanced=True, ),