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