File size: 560 Bytes
695fbf0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Core dependencies for MagicNodes (beyond vanilla ComfyUI) # Text/image models (CLIPSeg in CADE) transformers>=4.36,<5 # ONNX runtime removed (detectors disabled) # Computer vision / image IO opencv-contrib-python>=4.8,<5 Pillow>=9.5,<11 # Math/filters (IDS uses SciPy when available) scipy>=1.10 # Old Attention acceleration (SageAttention); code falls back gracefully if missing # sageattention # Optional extras (uncomment if needed) # Depth-Anything auxiliary fallback (not required when using the vendored implementation): # controlnet-aux>=0.0.8 |