mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-22 23:17:34 +08:00
Merge branch 'advanced_save' of https://github.com/yousef-rafat/ComfyUI into advanced_save
This commit is contained in:
commit
fb8726244c
@ -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