Add missing import (#4174)

This commit is contained in:
Jairo Correa
2024-08-02 10:34:12 -03:00
committed by GitHub
parent 369f459b20
commit c1696cd1b5

View File

@@ -7,6 +7,7 @@ import io
import json
import struct
import random
import hashlib
from comfy.cli_args import args
class EmptyLatentAudio: