mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-23 04:54:24 +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 os
|
||||||
import sys
|
import sys
|
||||||
import threading
|
import threading
|
||||||
|
import subprocess
|
||||||
|
|
||||||
|
|
||||||
def handle_stream(stream, prefix):
|
def handle_stream(stream, prefix):
|
||||||
@ -55,7 +56,7 @@ sys.path.append('../..')
|
|||||||
from torchvision.datasets.utils import download_url
|
from torchvision.datasets.utils import download_url
|
||||||
|
|
||||||
# ensure .js
|
# ensure .js
|
||||||
print("### Loading: ComfyUI-Manager (V0.30.1)")
|
print("### Loading: ComfyUI-Manager (V0.30.2)")
|
||||||
|
|
||||||
comfy_ui_required_revision = 1240
|
comfy_ui_required_revision = 1240
|
||||||
comfy_ui_revision = "Unknown"
|
comfy_ui_revision = "Unknown"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user