Skip to content

Commit

Permalink
update custom node name (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
kning authored Jan 13, 2025
1 parent 87527f5 commit 620859f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 06_gpu_and_ml/comfyui/comfyapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
)
.apt_install("git") # install git to clone ComfyUI
.pip_install("fastapi[standard]==0.115.4") # install web dependencies
.pip_install("comfy-cli==1.2.7") # install comfy-cli
.pip_install("comfy-cli==1.3.5") # install comfy-cli
.run_commands( # use comfy-cli to install the ComfyUI repo and its dependencies
"comfy --skip-prompt install --nvidia"
)
Expand All @@ -82,7 +82,7 @@
# We'll use `comfy-cli` to download custom nodes, in this case the popular WAS Node Suite pack.
image = (
image.run_commands( # download a custom node
"comfy node install was-node-suite-comfyui"
"comfy node install pr-was-node-suite-comfyui-47064894"
)
# Add .run_commands(...) calls for any other custom nodes you want to download
)
Expand Down

0 comments on commit 620859f

Please sign in to comment.