fixed: Support configuration with use_uv enabled in environments where only uv exists without pip.

https://github.com/Comfy-Org/ComfyUI-Manager/issues/1828
This commit is contained in:
Dr.Lt.Data
2025-06-25 12:44:26 +09:00
parent 2049dd75f4
commit a0aee41f1a
4 changed files with 7 additions and 5 deletions

View File

@@ -38,7 +38,6 @@ else:
def current_timestamp():
return str(time.time()).split('.')[0]
security_check.security_check()
cm_global.pip_blacklist = {'torch', 'torchaudio', 'torchsde', 'torchvision'}
cm_global.pip_downgrade_blacklist = ['torch', 'torchaudio', 'torchsde', 'torchvision', 'transformers', 'safetensors', 'kornia']
@@ -119,6 +118,7 @@ def check_file_logging():
read_config()
read_uv_mode()
security_check.security_check()
check_file_logging()
if sys.version_info < (3, 13):