Skip to content

Commit 1c72ae8

Browse files
authored
fix custom node (#1075)
* fix custom node * pin version
1 parent 453e66a commit 1c72ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_gpu_and_ml/comfyui/comfyapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Use the [ComfyUI Registry](https://registry.comfy.org/) to find the specific custom node name to use with this command.
5656
image = (
5757
image.run_commands( # download a custom node
58-
"comfy node install pr-was-node-suite-comfyui-47064894"
58+
"comfy node install was-node-suite-comfyui@1.0.2"
5959
)
6060
# Add .run_commands(...) calls for any other custom nodes you want to download
6161
)

0 commit comments

Comments
 (0)