tampermonkey script; shows the metadata of any civitai uploaded lora. it will replace the play button on the model pages like so:
clicking "JSON", will do either of two things:
- show a messagebox with the relevant metadata and nothing else
- download the metadata as a json file
you can control that behavior with the settings at the top:
const onlyShowRelevantKeys = true;
const downloadMetaData = false;
onlyShowRelevantKeys
- filters the metadata only to a few select keys that are interesting, set it to false to get everything
downloadMetaData
- will download a json file instead of just popping up a messagebox in your browser