-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Description
I have installed all the custom nodes,
image = (
image.run_commands( # download a custom node
"comfy node install --fast-deps [email protected]", # DONE
"comfy node install --fast-deps [email protected]", # DONE
"comfy node install --fast-deps comfyui-in-context-lora-utils",
"comfy node install --fast-deps [email protected]", # DONE
"comfy node install --fast-deps [email protected]", # DONE
"comfy node install --fast-deps [email protected]", # DONE
"comfy node install [email protected]"
# Clone your custom nodes into the ComfyUI/custom_nodes folder
"git clone https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl /root/comfy/ComfyUI/custom_nodes/ComfyUI_AdvancedRefluxControl",
"git clone https://github.com/chflame163/ComfyUI_LayerStyle_Advance /root/comfy/ComfyUI/custom_nodes/ComfyUI_LayerStyle_Advance",
"git clone https://github.com/city96/ComfyUI-GGUF /root/comfy/ComfyUI/custom_nodes/ComfyUI-GGUF",
# Optional: install requirements if needed (non-fatal)
"pip install -r /root/comfy/ComfyUI/custom_nodes/ComfyUI_AdvancedRefluxControl/requirements.txt || true",
"pip install -r /root/comfy/ComfyUI/custom_nodes/ComfyUI_LayerStyle_Advance/requirements.txt || true",
"pip install -r /root/comfy/ComfyUI/custom_nodes/ComfyUI-GGUF/requirements.txt || true",
)
# Add .run_commands(...) calls for any other custom nodes you want to download
)
I can also see the under comfy/ComfyUI/custom_nodes folder but my workflow_api.json file is not able to detect that and throwing the error
error': { │ │
│ │ │ │ 'type': 'invalid_prompt', │ │
│ │ │ │ 'message': 'Cannot execute because node LayerMask: │ │
│ │ SegmentAnythingUltra V2 does not exist.', │ │
│ │ │ │ 'details': "Node ID '#24'", │ │
│ │ │ │ 'extra_info': {} │ │
│ │ │ }, │ │
│ │ │ 'node_errors': []
Metadata
Metadata
Assignees
Labels
No labels