Skip to content

Commit

Permalink
Rehaul step1
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent a69dade commit 88299fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions generate-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ cat > requirements.txt << EOF
compel
cupy-cuda12x
fairscale
gradio
gradio-client
joblib
lark
pilgram
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,21 @@ aiohttp
albumentations
cachetools
clip-interrogator
cmake
color-matcher
colour-science
compel
cupy-cuda12x
deepdiff
diffusers
dlib
einops
fairscale
filelock
ftfy
fvcore
gradio
gradio-client
huggingface-hub
imageio
imageio-ffmpeg
importlib-metadata
insightface
jaxtyping
joblib
kornia
Expand Down
4 changes: 4 additions & 0 deletions requirements2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
dlib
insightface
gradio
gradio-client
git+https://github.com/openai/CLIP.git
git+https://github.com/WASasquatch/cstr
git+https://github.com/WASasquatch/ffmpy.git
Expand Down
2 changes: 1 addition & 1 deletion step1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

# PIP install
./python.exe -s -m pip install \
--upgrade pip wheel setuptools Cython numpy
--upgrade pip wheel setuptools Cython numpy cmake

./python.exe -s -m pip install \
xformers torchvision torchaudio \
Expand Down

0 comments on commit 88299fd

Please sign in to comment.