Remove auto-install of all deps except cupy

Dependencies are now handled by pyproject.toml / requirements.txt
via ComfyUI Manager or pip. Only cupy is auto-installed at load time
since it requires matching the PyTorch CUDA version; failures produce
a warning instead of crashing. Also added timm to requirements.txt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 13:13:01 +01:00
parent 8311fd0261
commit 8fe382e5ec
3 changed files with 32 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
gdown
timm
omegaconf
yacs
easydict