Skip to content

Commit

Permalink
added docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dusky committed Dec 12, 2024
1 parent f9dc2e5 commit 220277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/basic/nodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ROOT=/comfyui-launcher

mkdir -p ${ROOT}/nodes \
mkdir -p ${ROOT}/nodes
cd ${ROOT}/nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager
cd ${ROOT}/nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd "$(basename "$_" .git)" && git reset --hard "b9c8bdc6dd47f3eb322c3194bee10afe80c5fbad"
cd ${ROOT}/nodes && git clone https://github.com/Extraltodeus/ComfyUI-AutomaticCFG && cd "$(basename "$_" .git)" && git reset --hard "2e395317b65c05a97a0ef566c4a8c7969305dafa"
Expand Down

0 comments on commit 220277c

Please sign in to comment.