Skip to content

Commit

Permalink
Install ComfyUI-Manager but disable it by default
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent 6519264 commit 1addf5a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions pt24-cu121/generate-requirements5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://github.com/ltdrdata/ComfyUI-Impact-Subpack/raw/refs/heads/main/requireme
https://github.com/ltdrdata/ComfyUI-Inspire-Pack/raw/refs/heads/main/requirements.txt
https://github.com/WASasquatch/was-node-suite-comfyui/raw/refs/heads/main/requirements.txt
https://github.com/edenartlab/eden_comfy_pipelines/raw/refs/heads/main/requirements.txt
https://github.com/ltdrdata/ComfyUI-Manager/raw/refs/heads/main/requirements.txt
)

for line in "${array[@]}";
Expand Down
3 changes: 3 additions & 0 deletions pt24-cu121/requirements5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ pytorch-lightning
pytorch-msssim
rembg
requests
rich
segment-anything
slangtorch
torchtyping
trimesh
typer
typing-extensions
webcolors
xatlas
3 changes: 3 additions & 0 deletions pt24-cu121/requirements9.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Make sure use Numpy 1
numpy==1.26.4

# For ComfyUI-Manager
matrix-client==0.4.0

# Fix for CRM V1
open-clip-torch==2.24.0

Expand Down
4 changes: 4 additions & 0 deletions pt24-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ cd "$workdir"/Comfy3D_WinPortable/ComfyUI/custom_nodes

mv "$workdir"/ComfyUI-3D-Pack ./ComfyUI-3D-Pack

# Install ComfyUI-Manager but disable it by default
git clone https://ghp.ci/https://github.com/ltdrdata/ComfyUI-Manager.git
mv ComfyUI-Manager ComfyUI-Manager.disabled

$gcs https://github.com/cubiq/ComfyUI_IPAdapter_plus.git
$gcs https://github.com/kijai/ComfyUI-KJNodes.git
$gcs https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
Expand Down

0 comments on commit 1addf5a

Please sign in to comment.