Comfy-Org / Comfy-Org/comfy-complete
Running docker compose fails with error > MISSING: comfyui-bfsnodes
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
It seems theres an error in supported_nodes.yaml
This file reference a package named comfyui-bfsnodes which is present in the comfy registry with the same name but with a different id : bfsnodes
The registry clearly states that the install command is as follow:
`comfy node install bfsnodes`
while the install command currently executed is :
`#32 472.8 Command: /opt/conda/bin/comfy --workspace=/app/comfyui --skip-prompt node install comfyui-bfsnodes@1.0.0 --no-deps`
Replacing comfyui-bfsnodes with bfsnodes did solve the issue
Sub-issue:
```
#32 472.8 Installing comfyui-bfsnodes...
#32 472.8 Command: /opt/conda/bin/comfy --workspace=/app/comfyui --skip-prompt node install comfyui-bfsnodes@1.0.0 --no-deps
#32 472.8 SUCCESS
```
As you can see installing comfyui-bfsnodes is successfull even if the package don't exist
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect supported_nodes.yaml and compare the node identifier there with the Comfy Registry entry described in the issue. Re-run the Docker Compose build or installation step to verify that bfsnodes is installed successfully and the MISSING: comfyui-bfsnodes error no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100