Add missing import (#4174)

This commit is contained in:
Jairo Correa 2024-08-02 10:34:12 -03:00 committed by GitHub
parent 33912774fb
commit 794358e877

View File

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