fixed: Added the Python executable path to the PATH environment variable, preventing potential issues caused by a missing PATH.

https://github.com/ltdrdata/ComfyUI-Manager/issues/1554
This commit is contained in:
Dr.Lt.Data
2025-02-25 12:18:31 +09:00
parent 4fd17b0bf5
commit 86893d999a
4 changed files with 15 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ else:
security_check.security_check()
manager_util.add_python_path_to_env()
cm_global.pip_blacklist = {'torch', 'torchsde', 'torchvision'}
cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']