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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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