We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453e66a commit 1c72ae8Copy full SHA for 1c72ae8
06_gpu_and_ml/comfyui/comfyapp.py
@@ -55,7 +55,7 @@
55
# Use the [ComfyUI Registry](https://registry.comfy.org/) to find the specific custom node name to use with this command.
56
image = (
57
image.run_commands( # download a custom node
58
- "comfy node install pr-was-node-suite-comfyui-47064894"
+ "comfy node install was-node-suite-comfyui@1.0.2"
59
)
60
# Add .run_commands(...) calls for any other custom nodes you want to download
61
0 commit comments