mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
fix: missing import of subprocess
This commit is contained in:
parent
5031f8ed63
commit
7f6b01d026
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user