mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-22 15:07:28 +08:00
remove linear from png
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
This commit is contained in:
parent
0e3c8c07c3
commit
f6c6c4c2b7
@ -972,7 +972,7 @@ class SaveImageAdvanced(IO.ComfyNode):
|
|||||||
),
|
),
|
||||||
IO.Combo.Input(
|
IO.Combo.Input(
|
||||||
"interpret_as",
|
"interpret_as",
|
||||||
options=["sRGB", "Linear", "Raw/Data"],
|
options=["sRGB", "Raw/Data"],
|
||||||
default="sRGB",
|
default="sRGB",
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user