https://lora-inspector.rocker.boo/
Rust version of LoRA inspector
Web based tool for inspecting your LoRAs. All done in the browser, no servers. Private. No dependencies like torch or python.
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.
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.
Dataset with buckets. Bucket resolutions.
Subsets showing the different subset datasets, image augments, captions.
Tags used (tags are phrases separated by , )
- WASM version
- Binary (coming soon)
wasm-pack build --target no-modules --out-dir pkg crates/lora-inspector-wasm --release
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
fly deploy
Welcome
- LR Warmup