Skip to content

rockerBOO/lora-inspector-rs

Repository files navigation

LoRA Inspector

home

https://lora-inspector.rocker.boo/

Rust version of LoRA inspector

lora-training-metadata

Web based tool for inspecting your LoRAs. All done in the browser, no servers. Private. No dependencies like torch or python.

block-weight-norms

See the different blocks of the different networks. Ideally uses the more common format but still good to see how the weights are effectively. We use Frobenius norm for the magnitude and a vector norm for the strength.

lora-network-module-metadata

learning-rate-metadata

See the different settings for the LoRA file. What model it was trained on. Any VAE. Network Dim/Rank and Alpha. Learning rates. Optimizer settings, learning rate schedulers.

epoch-dataset-steps

Dataset with buckets. Bucket resolutions.

dataset-subset-metadata

Subsets showing the different subset datasets, image augments, captions.

c2182030-8b1f-4eff-8007-3feafa60b577

Tags used (tags are phrases separated by , )

  • WASM version
  • Binary (coming soon)

WASM

Setup

Build

wasm-pack build --target no-modules --out-dir pkg crates/lora-inspector-wasm --release

Usage

Any http-server works (like python or nginx)

cd crates/lora-inspector-wasm
npx http-server # or any http server, static 

Then we can view it in the browser.

http://localhost:8080

Deploy

fly deploy

Contributions

Welcome

Missing metadata options

  • LR Warmup

About

Rust version of LoRA inspector (wasm and binary) for Stable Diffusion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published