Replies: 1 comment 1 reply
-
#202 is an issue related to the forked repository rather than the branch. And by default, ComfyUI-Manager pull the branch specified as the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few days ago I wrote a new "random prompt" node with a few features I wanted that I couldn't find in any of the other custom nodes out there. When I thought it was good enough, I tested it by installing it via Manager's "Install via GIT URL".
It installed, and then I noticed a few minor errors....so I made a few tweaks and updated my repo.
When I went back into Manager and hit "fetch all", it said there were no updates.
I dug through some code and the issues, and stumbled on to issue #202 and I think I realized why it's not updating.
My branch is named "master", not "main". I haven't had a chance to double-check and test yet, but #202 sorta talks about wanting different branches. I'm not sure if that's my issue, but I think it might be helpful to see a list of branches for installed modules so people can switch. Maybe a dropdown with the output of
git branch -r
(with some light formatting) and a "switch branch" button?Beta Was this translation helpful? Give feedback.
All reactions