From a249dfc9416099a98ce82a1bdc91ddf72bd0d4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 24 Nov 2025 12:44:05 +0100 Subject: [PATCH] feat: add torchcodec dependency for DiffRhythm audio caching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add torchcodec to ComfyUI requirements.txt to fix audio tensor caching error in DiffRhythm. This package is required for save_with_torchcodec function used by DiffRhythm audio nodes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- comfyui/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/comfyui/requirements.txt b/comfyui/requirements.txt index 39969b2..2a17393 100644 --- a/comfyui/requirements.txt +++ b/comfyui/requirements.txt @@ -19,3 +19,4 @@ insightface onnxruntime pyyaml imageio-ffmpeg +torchcodec