Skip to content

Commit

Permalink
Chores
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent e345370 commit bf5eebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pt24-cu121/stage1.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash
set -eux

# Chores
git config --global core.autocrlf true

gcs='git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules'
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"

ls -lahF

Expand Down
5 changes: 1 addition & 4 deletions pt24-cu121/stage2.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
#!/bin/bash
set -eux

# Chores
gcs='git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules'

workdir=$(pwd)

export PYTHONPYCACHEPREFIX="$workdir"/pycache

export PATH="$PATH:$workdir/Comfy3D_WinPortable/python_embeded/Scripts"

ls -lahF

mkdir -p "$workdir"/Comfy3D_WinPortable

# Redirect HuggingFace-Hub model folder
Expand Down

0 comments on commit bf5eebf

Please sign in to comment.