Skip to content

Commit 2034b1e

Browse files
Added RunpodDirect to offcial template (#5)
1 parent ec4bfb1 commit 2034b1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

start.5090.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ if [ ! -d "$COMFYUI_DIR" ] || [ ! -d "$VENV_DIR" ]; then
162162
CUSTOM_NODES=(
163163
"https://github.com/kijai/ComfyUI-KJNodes"
164164
"https://github.com/MoonGoblinDev/Civicomfy"
165+
"https://github.com/MadiatorLabs/ComfyUI-RunpodDirect"
165166
)
166167

167168
for repo in "${CUSTOM_NODES[@]}"; do

start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ if [ ! -d "$COMFYUI_DIR" ] || [ ! -d "$VENV_DIR" ]; then
162162
CUSTOM_NODES=(
163163
"https://github.com/kijai/ComfyUI-KJNodes"
164164
"https://github.com/MoonGoblinDev/Civicomfy"
165+
"https://github.com/MadiatorLabs/ComfyUI-RunpodDirect"
165166
)
166167

167168
for repo in "${CUSTOM_NODES[@]}"; do

0 commit comments

Comments
 (0)