From 8369c0ee893f67de82e55ff418e9dfbcbb385d7e Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Thu, 7 Nov 2024 13:02:57 +0800 Subject: [PATCH] (Temp) Add node: comfyui-mixlab-nodes --- requirements9.txt | 28 ++++++++++++++++++++++++++++ stage2.sh | 1 + 2 files changed, 29 insertions(+) diff --git a/requirements9.txt b/requirements9.txt index 5665f24..93d8ee7 100644 --- a/requirements9.txt +++ b/requirements9.txt @@ -1,2 +1,30 @@ # Make sure use Numpy 1 numpy==1.26.4 +pyOpenSSL +watchdog +opencv-python-headless +matplotlib +openai +torchaudio +clip-interrogator==0.6.0 +transformers>=4.36.0 +lark-parser +imageio-ffmpeg +rembg[gpu] +omegaconf>=2.3.0 +Pillow>=9.5.0 +einops>=0.7.0 +trimesh>=4.0.5 +huggingface-hub +scikit-image +soundfile>=0.12.1 +json-repair +bitsandbytes +accelerate +scenedetect[opencv-headless] +hydra-core>=1.3.2 +loralib>=0.1.2 +natsort>=8.4.0 +git+https://github.com/shadowcz007/SenseVoice-python.git +faster_whisper +git+https://github.com/openai/swarm.git diff --git a/stage2.sh b/stage2.sh index 7b5fa7b..7c9c97e 100644 --- a/stage2.sh +++ b/stage2.sh @@ -85,6 +85,7 @@ $gcs https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git $gcs https://github.com/SLAPaper/ComfyUI-Image-Selector.git $gcs https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git $gcs https://github.com/WASasquatch/was-node-suite-comfyui.git +$gcs https://github.com/shadowcz007/comfyui-mixlab-nodes.git cd "$workdir"