remove srgb from exr

Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
This commit is contained in:
Yousef R. Gamaleldin 2026-04-30 15:08:19 +03:00 committed by GitHub
parent 59075cf255
commit f10bb1e780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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