From 236050c14843b25ea0cceec461b1a8de388ae589 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Sat, 28 Jun 2025 09:11:40 -0400 Subject: [PATCH] sf --- comfy_extras/nodes_audio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/comfy_extras/nodes_audio.py b/comfy_extras/nodes_audio.py index 6d36b22b3..8e8dfd1f6 100644 --- a/comfy_extras/nodes_audio.py +++ b/comfy_extras/nodes_audio.py @@ -324,8 +324,6 @@ class LoadAudio: class RecordAudio: @classmethod def INPUT_TYPES(s): - input_dir = folder_paths.get_input_directory() - files = folder_paths.filter_files_content_types(os.listdir(input_dir), ["audio", "video"]) return {"required": {"audio": ("AUDIO_RECORD", {})}} CATEGORY = "audio"