CivArchive
    LoRA Metadata Viewer/Editor - v1.5
    NSFW
    Preview 1

    Single file pure HTML tool for viewing LoRA metadata that can be run locally on your web browser without the need of installation or internet connectivity.

    To use, just extract the attached Zip and open the extracted HTML file with the web browser of your choice. Alternatively, you can use the version hosted on Github: https://xypher7.github.io/lora-metadata-viewer

    Not thoroughly tested, but should work with most modern web browsers. To be honest I didn't really intend to share this so its kind of low effort and pretty basic. However, I decided to post it since others might find it useful too. I don't really plan to update this as it already does what I need, plus I want to keep it as simple and lightweight as possible. Though suggestions are always welcome.

    Github repository URL: https://github.com/Xypher7/lora-metadata-viewer

    Notes:

    • The CivitAI links feature will not work for all models. Seems to work mostly for models that have been uploaded fairly recently to CivitAI. (Improved in v1.3)

    • The following features will not work if used without an internet connection:

      • Code/Syntax highlighting (in short: metadata won't be color coded)

      • CivitAI links and preview image

    • The specific values displayed on the summary section can be customized. Even though this can be done through the UI, you may want to preset your own defaults. If you wish to modify the default list, open the HTML file in a text editor, search for "summaryFields", and modify the values contained within the 'textarea' tag.

    Description

    1.4.3

    • Integrated storage API for saving user settings

    1.4.4

    • Added training time calculation

    1.5

    • Minor styling changes

    • Added editor validations to prevent saving the file with errors that might break the LoRA

    • Code cleanup