mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-24 16:07:30 +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(
|
IO.Combo.Input(
|
||||||
"interpret_as",
|
"interpret_as",
|
||||||
options=["sRGB", "Linear", "Raw/Data"],
|
options=["sRGB"],
|
||||||
default="sRGB",
|
default="sRGB",
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user