From 5d510683055eba05a986a819b929362d5ac4fd72 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Wed, 13 May 2026 17:38:25 +0800 Subject: [PATCH] Fix copy paste issue. --- comfy_extras/nodes_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_audio.py b/comfy_extras/nodes_audio.py index ca8f96870..2fb495666 100644 --- a/comfy_extras/nodes_audio.py +++ b/comfy_extras/nodes_audio.py @@ -265,7 +265,7 @@ class SaveAudioAdvanced(IO.ComfyNode): 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],