8000 GitHub - Xypher7/lora-metadata-viewer: LoRA Metadata Viewer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xypher7/lora-metadata-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

LoRA Metadata Viewer/Editor

Single file pure HTML tool for viewing and editing LoRA metadata locally on your web browser without the need of installation or internet connectivity.

Usage

No need for prior setup, just open the HTML file with the web browser of your choice and drag a Safetensors file. Alternatively, you can use the version hosted on GitHub through the link provided in the demo section.

Demo

https://xypher7.github.io/lora-metadata-viewer

Features

  • Configurable metadata summary
  • CivitAI resource lookup. (Requires internet connection)
  • Configurable training tag summary
  • Edit or remove metadata in the Safetensors file
  • Doro :3

Offline Execution

The tool is designed to be used offline and processing is entirely done on your browser. However, the following features require fetching some resources on the internet and will not work without internet connectivity:

  • CivitAI data lookup
  • Processing large files (greater than 2GB)
    • Optionally, if you wish to maintain everything local, you may download the sha256.umd.min.js file, place it in the same directory as the HTML file, and replace this line
      <script src="https://cdn.jsdelivr.net/npm/hash-wasm@4/dist/sha256.umd.min.js"></script>
      with
      <script src="sha256.umd.min.js"></script>

Screenshots

App Screenshot

About

LoRA Metadata Viewer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0