Provide a file with a list of all available revisions

#11
by Hangover3832 - opened

Hi. Thank you for your work.
It would be nice to have a file (json perhaps) in this repo to automatically obtain a list of all available revisions of moondream2.

Hangover3832 changed discussion title from Provide a file with a list of all available revision to Provide a file with a list of all available revisions

Can definitely look into doing this, in the mean time if you are loading the git repository you can list the tags.

@Hangover3832 There's no need, you can look it up in the dropdown menu
you can think of revision as a branch and/or a commit ( revision parameter can load both )

image.png

now that I reread this, yess a file might be a better choice to stay up to date

To clarify, I use this repo in my custom ComfyUI node (https://github.com/Hangover3832/ComfyUI-Hangover-Moondream). It is not only about to stay up to date, I want the user to be able to switch to an older version if they desire. I don't want to include all the branches/tags available in this repo, but rather a list with the official releases (according to the model card) that will be loaded when the node gets initialized.

Can definitely look into doing this, in the mean time if you are loading the git repository you can list the tags.

Thank you. A simple text file would do the job, for example:
2024-03-04
2024-03-06
...

Understood, just added versions.txt, will keep it updated any time a new version is released.

That's handy, thank you!

Hangover3832 changed discussion status to closed

Sign up or log in to comment