From b577f278292a3c0a9079d4c85f8730a69d0fcb7c Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Tue, 26 Mar 2024 08:45:17 +0800 Subject: [PATCH] fine-tune deps --- generate-requirements.sh | 2 +- requirements.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/generate-requirements.sh b/generate-requirements.sh index 8aa0bb4..1a4d0af 100644 --- a/generate-requirements.sh +++ b/generate-requirements.sh @@ -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 " generated. Check before use." diff --git a/requirements.txt b/requirements.txt index 0e9cd02..bdb40d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -47,6 +47,7 @@ numba numexpr numpy omegaconf +OmegaConf onnxruntime onnxruntime-gpu open_clip_torch @@ -58,6 +59,7 @@ packaging pandas piexif pilgram +pillow Pillow Pillow>=9.5.0 plyfile @@ -83,6 +85,7 @@ scikit-learn scipy scipy>=1.11.4 segment-anything +segment_anything simpleeval svglib timm