ComfyUI/requirements.txt
Benjamin Berman c69a80d94e Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices
- setup.py now works
 - Makes installation work a variety of ways, including making other packages dependent on this one for e.g. plugins
 - Fixes missing __init__.py issues
 - Fixes imports
 - Compatible with your existing scripts that rely on requirements.txt
 - Fixes error in comfy/ldm/models/diffusion/ddim.py
 - Fixes missing packages for other diffusers code in this repo
2023-03-29 14:30:37 -07:00

20 lines
370 B
Plaintext

torch==1.13.1
torchvision==0.14.1
torchaudio==0.13.1
torchdiffeq==0.2.3
torchsde==0.2.5
einops==0.6.0
open-clip-torch==2.16.0
transformers>=4.25.1
safetensors==0.3.0
pytorch-lightning==2.0.0
aiohttp==3.8.4
accelerate==0.18.0
pyyaml==6.0
scikit-image==0.20.0
jsonmerge==1.9.0
clean-fid==0.1.35
clip==0.2.0
resize-right==0.0.2
opencv-python==4.7.0.72
albumentations==1.3.0