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