Skip to content

Commit c34ea25

Browse files
Fix name.
1 parent d157c32 commit c34ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_extras/nodes_lt_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def define_schema(cls) -> io.Schema:
187187
options=folder_paths.get_filename_list("checkpoints"),
188188
)
189189
],
190-
outputs=[io.Clip.Output(display_name="Audio VAE")],
190+
outputs=[io.Clip.Output()],
191191
)
192192

193193
@classmethod

0 commit comments

Comments
 (0)