remvoe linear and raw from avif

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

View File

@ -989,7 +989,7 @@ class SaveImageAdvanced(IO.ComfyNode):
),
IO.Combo.Input(
"interpret_as",
options=["sRGB", "Linear", "Raw/Data"],
options=["sRGB"],
default="sRGB",
advanced=True,
),