Comfy-Org / Comfy-Org/ComfyUI_frontend
aux_id validation fails, when custom nodes repo is not hosted on github
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 699
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 490
Description
Im working on custom nodes where the extension for now is not public, and the git-repo is in our private gitlab instance.
Whenever I load a workflow containing our nodes, I get the warning:
Alert
Invalid workflow against zod schema:
Validation error: Invalid format. Must be 'github-user/repo-name' at "nodes[11].properties.aux_id"; Invalid format. Must be 'github-user/repo-name' at "nodes[15].properties.aux_id"; Invalid format. Must be 'github-user/repo-name' at "nodes[16].properties.aux_id"; Invalid format. Must be 'github-user/repo-name' at "nodes[24].properties.aux_id"; Invalid format. Must be 'github-user/repo-name' at
it seems like comfy is automatically populating the aux_id values for the addon using the origin from .git
It would be nice if development on none-github repos would not keep spamming these validation errors.
┆Issue is synchronized with this [Notion page](https://www.notion.so/Issue-5212-aux_id-validation-fails-when-custom-nodes-repo-is-not-hosted-on-github-25b6d73d365081a0a097c63e16726bd6) by [Unito](https://www.unito.io)
Contributor guide
Assessment
This issue has not been assessed yet.