File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ git+https://github.com/ltdrdata/cstr.git
77git+https://github.com/ltdrdata/ffmpy.git
88git+https://github.com/ltdrdata/img2texture.git
99# For smZNodes
10- compel
1110lark
1211# For DepthFM
1312torchdiffeq
Original file line number Diff line number Diff line change @@ -23,14 +23,19 @@ $pip_exe install --upgrade pip wheel setuptools
2323$pip_exe install -r " $workdir " /pak2.txt
2424$pip_exe install -r " $workdir " /pak3.txt
2525
26- # tempfix: remove after version chaos resolved
26+ # Temp-fix for version chaos of Transformers
2727$pip_exe install transformers
2828
2929$pip_exe install -r " $workdir " /pak4.txt
3030$pip_exe install -r " $workdir " /pak5.txt
3131$pip_exe install -r " $workdir " /pak6.txt
3232$pip_exe install -r " $workdir " /pak7.txt
3333
34+ # Temp-fix for compel
35+ # compel is used by smZNodes
36+ $pip_exe install notebook pyparsing
37+ $pip_exe install --no-deps compel
38+
3439# Install comfyui-frontend-package, version determined by ComfyUI release version.
3540latest_tag=$( curl -sL https://api.github.com/repos/Comfy-Org/ComfyUI/tags | jq -r ' .[0].name' )
3641$pip_exe install -r " https://github.com/Comfy-Org/ComfyUI/raw/refs/tags/${latest_tag} /requirements.txt"
You can’t perform that action at this time.
0 commit comments