fix: missing import of subprocess

This commit is contained in:
Dr.Lt.Data 2023-09-21 08:24:48 +09:00 committed by GitHub
parent 5031f8ed63
commit 7f6b01d026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ import folder_paths
import os
import sys
import threading
import subprocess
def handle_stream(stream, prefix):
@ -55,7 +56,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url
# ensure .js
print("### Loading: ComfyUI-Manager (V0.30.1)")
print("### Loading: ComfyUI-Manager (V0.30.2)")
comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"