mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-18 02:43:00 +08:00
fix: failed to ensure gitpython on startup
https://github.com/ltdrdata/ComfyUI-Manager/discussions/163
This commit is contained in:
parent
2b18d4f0ed
commit
c78c7d7e8f
@ -7,7 +7,6 @@ import threading
|
|||||||
import datetime
|
import datetime
|
||||||
import re
|
import re
|
||||||
from tqdm.auto import tqdm
|
from tqdm.auto import tqdm
|
||||||
from git.remote import RemoteProgress
|
|
||||||
|
|
||||||
|
|
||||||
def handle_stream(stream, prefix):
|
def handle_stream(stream, prefix):
|
||||||
@ -57,12 +56,14 @@ except:
|
|||||||
print(f"## ComfyUI-Manager: installing dependencies done.")
|
print(f"## ComfyUI-Manager: installing dependencies done.")
|
||||||
|
|
||||||
|
|
||||||
|
from git.remote import RemoteProgress
|
||||||
|
|
||||||
sys.path.append('../..')
|
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.38.2)")
|
print("### Loading: ComfyUI-Manager (V0.38.3)")
|
||||||
|
|
||||||
comfy_ui_required_revision = 1240
|
comfy_ui_required_revision = 1240
|
||||||
comfy_ui_revision = "Unknown"
|
comfy_ui_revision = "Unknown"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user