Skip to content

Commit

Permalink
fine-tune deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent 06c3394 commit b577f27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ curl -w "\n" https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/mai
sed -i '/^#/d' requirements.txt
sed -i 's/[[:space:]]*$//' requirements.txt

sort -bdfu requirements.txt > tmpfile && mv tmpfile requirements.txt
sort -u requirements.txt > tmpfile && mv tmpfile requirements.txt


echo "<requirements.txt> generated. Check before use."
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git+https://github.com/WASasquatch/ffmpy.git
git+https://github.com/WASasquatch/img2texture.git
GitPython
gradio
gradio_client
gradio-client
huggingface_hub
huggingface-hub>0.20
imageio
Expand All @@ -47,6 +47,7 @@ numba
numexpr
numpy
omegaconf
OmegaConf
onnxruntime
onnxruntime-gpu
open_clip_torch
Expand All @@ -58,6 +59,7 @@ packaging
pandas
piexif
pilgram
pillow
Pillow
Pillow>=9.5.0
plyfile
Expand All @@ -83,6 +85,7 @@ scikit-learn
scipy
scipy>=1.11.4
segment-anything
segment_anything
simpleeval
svglib
timm
Expand Down

0 comments on commit b577f27

Please sign in to comment.