Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent 6fc6650 commit 0272596
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
1 change: 1 addition & 0 deletions generate-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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
sed -i 's/>=.*$//' requirements.txt

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

Expand Down
29 changes: 8 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

GitPython
PyMCubes
accelerate
addict
aiohttp
Expand All @@ -12,80 +14,67 @@ compel
cupy-cuda12x
deepdiff
diffusers
diffusers>=0.26.1
dlib
einops
fairscale
filelock
ftfy
fvcore
git+https://github.com/openai/CLIP.git
git+https://github.com/WASasquatch/cstr
git+https://github.com/WASasquatch/ffmpy.git
git+https://github.com/WASasquatch/img2texture.git
GitPython
git+https://github.com/openai/CLIP.git
gradio
gradio-client
huggingface_hub
huggingface-hub>0.20
huggingface-hub
imageio
imageio-ffmpeg
importlib_metadata
importlib-metadata
insightface
jaxtyping
joblib
kornia
kornia>=0.7.1
lark
librosa
matplotlib
matrix-client==0.4.0
mediapipe
nerfacc>=0.5.3
nerfacc
ninja
numba
numexpr
numpy
omegaconf
OmegaConf
onnxruntime
onnxruntime-gpu
open_clip_torch
open-clip-torch
opencv-contrib-python
opencv-python
opencv-python>=4.7.0.72
opencv-python-headless
packaging
pandas
piexif
pilgram
pillow
Pillow
Pillow>=9.5.0
plyfile
psutil
py-cpuinfo
pygit2
pygltflib
pyhocon
PyMCubes
pymeshlab
pynvml
python-dateutil
python-ffmpeg
pytorch_msssim
pytorch-msssim
pyyaml
regex
rembg
roma
safetensors
safetensors>=0.3.0
scikit-image
scikit-learn
scipy
scipy>=1.11.4
segment-anything
segment_anything
simpleeval
svglib
timm
Expand All @@ -97,8 +86,6 @@ torchtyping
torchvision
tqdm
transformers
transformers>=4.25.1
transformers>=4.36.2
trimesh
trimesh[easy]
ultralytics!=8.0.177
Expand Down

0 comments on commit 0272596

Please sign in to comment.