Skip to content

Commit

Permalink
Add comfyui_controlnet_aux
Browse files Browse the repository at this point in the history
  • Loading branch information
H3mul committed Aug 30, 2024
1 parent 8a60db1 commit 08287b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/provision_comfyui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pip3 install -r requirements.txt

git -C ./custom_nodes clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager.git
git -C ./custom_nodes clone --depth 1 https://github.com/XLabs-AI/x-flux-comfyui
git -C ./custom_nodes clone --depth 1 https://github.com/Fannovel16/comfyui_controlnet_aux

for dir in $PWD/custom_nodes/*/; do
if [ -d "$dir" ] && [ -f "$dir/requirements.txt" ]; then
Expand Down

0 comments on commit 08287b4

Please sign in to comment.