From c1696cd1b5f572d7694dde223764861255d2398b Mon Sep 17 00:00:00 2001 From: Jairo Correa Date: Fri, 2 Aug 2024 10:34:12 -0300 Subject: [PATCH] Add missing import (#4174) --- comfy_extras/nodes_audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy_extras/nodes_audio.py b/comfy_extras/nodes_audio.py index 6f0e2636..762b4827 100644 --- a/comfy_extras/nodes_audio.py +++ b/comfy_extras/nodes_audio.py @@ -7,6 +7,7 @@ import io import json import struct import random +import hashlib from comfy.cli_args import args class EmptyLatentAudio: