Comfy-Org / Comfy-Org/ComfyUI-Manager
How to resolve NodeVersionStatusFlagged ? My latest version updates to my custom node are not showing up in the ComfyUI Manager and I don't know why it's being marked as NodeVersionStatusFlagged.
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
It took me a bunch of digging to discover why my new custom node version weren't showing up in the manager.
I had to look through the manager source code to find it calls https://api.comfy.org/nodes/{your-node-id-here}/versions?statuses=NodeVersionStatusActive
And then I removed ?statuses=NodeVersionStatusActive to see that my node status is NodeVersionStatusFlagged.
I didn't get any warning or message or reason and now users are confused about how to access the latest updated.
How do we find info on how to resolve this? I've been searching and trying fixes for hours.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.