ComfyUI/requirements.txt
doctorpangloss 341c9f2e90 Improvements to node loading, node API, folder paths and progress
- Improve node loading order. It now occurs "as late as possible".
   Configuration should be exposed as per the README.
 - Added methods to specify custom folders and models used in examples
   more robustly for custom nodes.
 - Downloading models can now be gracefully interrupted.
 - Progress notifications are now sent over the network for distributed
   ComfyUI operations.
 - Python objects have been moved around to prevent less transitive
   package importing issues.
2024-03-13 16:14:18 -07:00

35 lines
603 B
Plaintext

torch
torchvision
torchdiffeq>=0.2.3
torchsde>=0.2.6
einops>=0.6.0
open-clip-torch>=2.16.0
transformers>=4.29.1
safetensors>=0.3.0
pytorch-lightning>=2.0.0
aiohttp>=3.8.4
accelerate>=0.25.0
pyyaml>=6.0
scikit-image>=0.20.0
jsonmerge>=1.9.0
clean-fid>=0.1.35
clip @ git+https://github.com/openai/CLIP.git@main#egg=clip
resize-right>=0.0.2
opencv-python>=4.7.0.72
albumentations>=1.3.0
aiofiles>=23.1.0
frozendict>=2.3.6
python-dateutil>=2.8.2
importlib_resources
Pillow
scipy
tqdm
protobuf
psutil
ConfigArgParse
aio-pika
pyjwt[crypto]
kornia>=0.7.1
mpmath>=1.0,!=1.4.0a0
huggingface_hub
lazy-object-proxy