mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
Update __init__.py
fix: missing import subprocess
This commit is contained in:
parent
a05c483c45
commit
ec61a3029f
@ -7,10 +7,11 @@ import threading
|
||||
import datetime
|
||||
import re
|
||||
import locale
|
||||
import subprocess # don't remove this
|
||||
from tqdm.auto import tqdm
|
||||
|
||||
|
||||
version = "V0.39.1"
|
||||
version = "V0.39.2"
|
||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user