mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-15 11:37:32 +08:00
Fix copy paste issue.
This commit is contained in:
parent
a7a4c60a52
commit
5d51068305
@ -265,7 +265,7 @@ class SaveAudioAdvanced(IO.ComfyNode):
|
|||||||
IO.Combo.Input("quality", options=["64k", "96k", "128k", "192k", "320k"], default="128k"),
|
IO.Combo.Input("quality", options=["64k", "96k", "128k", "192k", "320k"], default="128k"),
|
||||||
]),
|
]),
|
||||||
],
|
],
|
||||||
tooltip="The file format in which to save the image.",
|
tooltip="The file format in which to save the audio.",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
hidden=[IO.Hidden.prompt, IO.Hidden.extra_pnginfo],
|
hidden=[IO.Hidden.prompt, IO.Hidden.extra_pnginfo],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user