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:
@@ -1,4 +1,5 @@
|
||||
gdown
|
||||
timm
|
||||
omegaconf
|
||||
yacs
|
||||
easydict
|
||||
|
||||
Reference in New Issue
Block a user