From 55f0dc124ed4352ac52b884c13f41ff9a9736102 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Tue, 18 Jun 2024 09:57:40 -0400 Subject: [PATCH] Add soundfile dependency so that windows can save audio. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 85e1dc9b..108958d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ psutil #non essential dependencies: kornia>=0.7.1 spandrel +soundfile