Remove cupy auto-install from __init__.py

No more pip calls at import time. Users get a clear error with
install instructions from the Load node if cupy is missing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 13:24:06 +01:00
parent 4723dc329d
commit fb921ae620
2 changed files with 1 additions and 38 deletions

View File

@@ -161,7 +161,7 @@ pip install -r requirements.txt
`cupy` is needed for optical flow warping in BIM-VFI, SGM-VFI, and GIMM-VFI. EMA-VFI does **not** need cupy.
The node will attempt to auto-install the correct cupy package on first load. If that fails, you'll see a clear error message in ComfyUI with install instructions. To install manually:
If cupy is missing, the Load node will show an error in ComfyUI with your CUDA version and the exact install command. To install:
1. Find your CUDA version:
```bash