fixed: make_pip_cmd - add '-s' option

This commit is contained in:
Dr.Lt.Data
2025-03-13 22:48:13 +09:00
parent c3eed981c0
commit f9990ca8eb
3 changed files with 5 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ import cm_global
import manager_downloader
import folder_paths
manager_util.add_python_path_to_env()
import datetime
if hasattr(datetime, 'datetime'):
from datetime import datetime
@@ -35,8 +37,6 @@ 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']