-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (43 loc) · 1.07 KB
/
requirements.txt
File metadata and controls
48 lines (43 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Requirements for the isodiffusion package and its training/reconstruction scripts.
#
# PyTorch wheels are platform/CUDA specific. If you need a specific CUDA build,
# install torch/torchvision from https://pytorch.org/get-started/locally/ first,
# then install the rest of this file.
torch>=2.0.0
torchvision>=0.15.0
numpy>=1.21.0
diffusers>=0.34.0
transformers>=4.30.0
accelerate>=0.24.0
Pillow>=9.0.0
lovely-tensors>=0.1.18
tqdm>=4.64.0
wandb>=0.15.0
# Local/private dependency used by:
# isodiffusion/train_conditional_2d.py
# isodiffusion/train_conditional_3d.py
#
# Those scripts currently add /myhome/BaseTraining, /myhome/sdsc, and
# /myhome/chip-project to sys.path before importing pytorch_base. If that
# package is not already available in your environment, install the matching
# local checkout separately, for example:
#
# pip install -e /myhome/BaseTraining --no-deps
#
# Optional acceleration for --enable_xformers:
# xformers
ipywidgets
opencv-python
matplotlib
h5py
hdf5plugin
einops
pyarrow
scikit-image
diffusers
transformers
accelerate
nibabel
kornia
joblib
SimpleITK