Skip to content

Commit c1696cd

Browse files
authored
Add missing import (comfyanonymous#4174)
1 parent 369f459 commit c1696cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfy_extras/nodes_audio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import json
88
import struct
99
import random
10+
import hashlib
1011
from comfy.cli_args import args
1112

1213
class EmptyLatentAudio:

0 commit comments

Comments
 (0)