From 0e3c8c07c3885f91c6420e2501abd4f367673eab Mon Sep 17 00:00:00 2001 From: "Yousef R. Gamaleldin" <81116377+yousef-rafat@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:12:02 +0300 Subject: [PATCH] remvoe linear and raw from avif 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 5273f51b8..5c280c4f9 100644 --- a/comfy_extras/nodes_images.py +++ b/comfy_extras/nodes_images.py @@ -989,7 +989,7 @@ class SaveImageAdvanced(IO.ComfyNode): ), IO.Combo.Input( "interpret_as", - options=["sRGB", "Linear", "Raw/Data"], + options=["sRGB"], default="sRGB", advanced=True, ),