mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-18 13:07:28 +08:00
remove srgb from exr
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
This commit is contained in:
parent
59075cf255
commit
f10bb1e780
@ -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,
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user