Skip to content

Commit bf7bba6

Browse files
committed
Fix for compel
Deps too old
1 parent 371cd93 commit bf7bba6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

builder/pak6.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ git+https://github.com/ltdrdata/cstr.git
77
git+https://github.com/ltdrdata/ffmpy.git
88
git+https://github.com/ltdrdata/img2texture.git
99
# For smZNodes
10-
compel
1110
lark
1211
# For DepthFM
1312
torchdiffeq

builder/stage1.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
3540
latest_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"

0 commit comments

Comments
 (0)