rgthree-comfy icon indicating copy to clipboard operation
rgthree-comfy copied to clipboard

Feature Request: Checkpoint Loader with "Show Info"

Open mmuellerdm opened this issue 1 year ago • 1 comments

It would be really useful to have a checkpoint loader that can do the same info overlay as Power LoRA Loader, with the hash-based version detection and the ability to pull info and examples from CivitAI.

In fact, Power LoRA Loader can already do this just fine, the only issue is that it only allows files in the Loras folder (so you have to copy your checkpoint there to inspect it, which is a bit of a hassle given how large they are).

mmuellerdm avatar Dec 19 '24 07:12 mmuellerdm

Thanks. Agreed and I actually do have code to do this locally, but the problem is all the lookup and key'ing is done by hashing the file; which can take a while for a large, ~6GB+ model. It's not that it can't be done, but that the current flow doesn't accommodate that latency yet. Just need to work on setting up user expectations around that flow first

rgthree avatar Dec 23 '24 03:12 rgthree