Skip to content

moonshinegloss/civitai-lora-metadata-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

civitai-lora-metadata-grabber

install

tampermonkey script; shows the metadata of any civitai uploaded lora. it will replace the play button on the model pages like so:

image

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

About

show a lora's metadata on civitai pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published