File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11--extra-index-url https://download.pytorch.org/whl/cpu
2- jax == 0.5.3
2+ jax >= 0.6.2
33jaxlib >= 0.4.30
4- grain-nightly == 0.0.10
5- google-cloud-storage = =2.17.0
4+ grain
5+ google-cloud-storage > =2.17.0
66absl-py
77datasets
88flax >= 0.10.2
99optax >= 0.2.3
10- torch = =2.6.0
10+ torch > =2.6.0
1111torchvision >= 0.20.1
1212ftfy
1313tensorboard >= 2.17.0
14- tensorboardx = =2.6.2.2
15- tensorboard-plugin-profile = =2.15.2
14+ tensorboardx > =2.6.2.2
15+ tensorboard-plugin-profile > =2.15.2
1616Jinja2
1717scikit-image
1818parameterized
@@ -26,10 +26,11 @@ ruff>=0.1.5,<=0.2
2626opencv-python-headless == 4.10.0.84
2727orbax-checkpoint == 0.10.3
2828tokenizers == 0.21.0
29- huggingface_hub = =0.30.2
29+ huggingface_hub > =0.30.2
3030transformers == 4.48.1
3131einops == 0.8.0
3232sentencepiece
3333aqtp
3434imageio == 2.37.0
35- imageio-ffmpeg == 0.6.0
35+ imageio-ffmpeg == 0.6.0
36+ hf_transfer >= 0.1.9
Original file line number Diff line number Diff line change 11# Requirements for Building the MaxDifussion Docker Image
22# These requirements are additional to the dependencies present in the JAX AI base image.
3+ --extra-index-url https://download.pytorch.org/whl/cpu
4+ jax>=0.6.2
5+ jaxlib>=0.4.30
6+ grain
7+ google-cloud-storage>=2.17.0
38absl-py
49datasets
5- einops==0.8.0
610flax>=0.10.2
11+ optax>=0.2.3
12+ torch>=2.6.0
13+ torchvision>=0.20.1
714ftfy
8- git+https://github.com/mlperf/logging.git
9- google-cloud-storage==2.17.0
10- grain-nightly==0.0.10
11- huggingface_hub==0.30.2
12- jax>=0.4.30
13- jaxlib>=0.4.30
15+ tensorboard>=2.17.0
16+ tensorboardx>=2.6.2.2
17+ tensorboard-plugin-profile>=2.15.2
1418Jinja2
15- opencv-python-headless==4.10.0.84
16- optax>=0.2.3
17- orbax-checkpoint==0.10.3
19+ scikit-image
1820parameterized
1921Pillow
20- pyink
2122pylint
23+ pyink
2224pytest==8.2.2
23- ruff>=0.1.5,<=0.2
24- scikit-image
25- sentencepiece
26- tensorboard>=2.17.0
27- tensorboard-plugin-profile==2.15.2
28- tensorboardx==2.6.2.2
2925tensorflow>=2.17.0
3026tensorflow-datasets>=4.9.6
27+ ruff>=0.1.5,<=0.2
28+ opencv-python-headless==4.10.0.84
29+ orbax-checkpoint==0.10.3
3130tokenizers==0.21.0
32- torch==2.5.1
33- torchvision==0.20.1
31+ huggingface_hub>=0.30.2
3432transformers==4.48.1
33+ einops==0.8.0
34+ sentencepiece
35+ aqtp
3536imageio==2.37.0
36- imageio-ffmpeg==0.6.0
37+ imageio-ffmpeg==0.6.0
38+ hf_transfer>=0.1.9
Original file line number Diff line number Diff line change 9797 "filelock" ,
9898 "flax>=0.4.1" ,
9999 "hf-doc-builder>=0.3.0" ,
100- "huggingface-hub== 0.30.0 " ,
100+ "huggingface-hub>= 0.30.2 " ,
101101 "requests-mock==1.10.0" ,
102102 "importlib_metadata" ,
103103 "invisible-watermark>=0.2.0" ,
Original file line number Diff line number Diff line change 2424export DEBIAN_FRONTEND=noninteractive
2525
2626(sudo bash || bash) << 'EOF '
27+ mkdir -p /etc/needrestart/conf.d
28+ echo '$nrconf{restart} = "a";' > /etc/needrestart/conf.d/99-noninteractive.conf
2729apt update && \
2830apt install -y numactl lsb-release gnupg curl net-tools iproute2 procps lsof git ethtool && \
2931export GCSFUSE_REPO=gcsfuse-`lsb_release -c -s`
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def wan_init(raw_keys):
132132 num_inference_steps = raw_keys ["num_inference_steps" ]
133133 if num_inference_steps > 10 :
134134 max_logging .log (
135- f"Warning: Try setting num_inference_steps to less than 8 steps when using CausVid, currently you are setting { num_inference_steps } steps."
135+ f"Warning: Try setting num_inference_steps to less than 10 steps when using CausVid, currently you are setting { num_inference_steps } steps."
136136 )
137137 else :
138138 raise ValueError (f"{ transformer_pretrained_model_name_or_path } transformer model is not supported for Wan 2.1" )
You can’t perform that action at this time.
0 commit comments