Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent 126ed38 commit 634775a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions pt24-cu121/requirements5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ segment-anything
slangtorch
torchtyping
trimesh
ultralytics
webcolors
xatlas
1 change: 0 additions & 1 deletion pt24-cu121/requirements9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ open-clip-torch==2.24.0

# Forcing version to prevent PIP re-installing to latest
clip-interrogator==0.6.0
ultralytics==8.3.40
torchvision==0.19.0
2 changes: 1 addition & 1 deletion pt24-cu121/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workdir=$(pwd)
pip_exe="${workdir}/python_embeded/python.exe -s -m pip"
export PYTHONPYCACHEPREFIX="${workdir}/pycache"
export PATH="$PATH:$workdir/Comfy3D_WinPortable/python_embeded/Scripts"
export PIP_NO_WARN_SCRIPT_LOCATION=1
export PIP_NO_WARN_SCRIPT_LOCATION=0

ls -lahF

Expand Down
5 changes: 0 additions & 5 deletions pt24-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ $gcs https://github.com/ltdrdata/ComfyUI-Impact-Subpack.git impact_subpack
cd "$workdir"/Comfy3D_WinPortable
./python_embeded/python.exe -s -B ComfyUI/main.py --quick-test-for-ci --cpu

# Copy u2net model files needed by rembg (to avoid download at first start)
cd "$workdir"/Comfy3D_WinPortable
mkdir extras
cp ~/.u2net/u2net.onnx ./extras/u2net.onnx

# Copy/Move example files of 3D-Pack
mkdir -p "$workdir"/Comfy3D_WinPortable/ComfyUI/user/default/workflows

Expand Down

0 comments on commit 634775a

Please sign in to comment.