Skip to content

Commit

Permalink
file
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent 2776078 commit 0fc6a1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pt24-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ git reset --hard "1.9"
cd "$workdir"
mv python_embeded Comfy3D_WinPortable/python_embeded

# Copy & Replace start script files

# Copy start script files
cp -rf "$workdir"/attachments/* \
"$workdir"/Comfy3D_WinPortable/

Expand All @@ -56,6 +55,11 @@ $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 0fc6a1d

Please sign in to comment.