santa hat
deerdeer nosedeer glow
Sign In

The file names on the safeTensor files often have no obvious relationship to the original entry in Civitai (some are only one or two letters for the filename). It would be great if the site appended the key value of the entry to every file, that way a link could be generated by hand, or automatically, back to the page for the file.

3 Answers

Recommend using the "Feature Request" button on the bottom right of the screeen.

https://feedback.civitai.com/submissions/64b8043136af88d840f05a53

maybe you should check out the Civitai Helper extension which you could search from Extension > Available and leads to this fork https://github.com/zixaphir/Stable-Diffusion-Webui-Civitai-Helper

basically as the description showed on page, if things are set up correctly and the model is indeed available on civitai, the globe icon on the model card would links to correspondent web page

There is a much more reliable method of tracking down the model's source - file hashes. Calculate the SHA-256 of the file, grab the hash's first 10 digits, and then use the api link: https://civitai.com/api/v1/model-versions/by-hash/{hash_goes_here} .

A while back, downloaded models would be renamed automatically according to model name + version, which was handy, but this was replaced in favour of the author's original filename, presumably so that sample picture prompts would work out of box. They're rubbish for bookkeeping 90% of the time, but clearly it hasn't been enough of a priority for any dev to address.

Your answer