rockerBOO/lora-inspector
LoRA (Low-Rank Adaptation) inspector for Stable Diffusion
This tool helps Stable Diffusion artists and creators understand and manage their custom LoRA models. It takes your LoRA files (in .safetensors format) as input and provides detailed information about their training parameters, metadata, and even the weight characteristics. If you're someone who trains or uses many LoRA models for generative AI, this is for you.
103 stars.
Use this if you need to quickly check the training details, dataset tags, or quantitative aspects of your LoRA files to ensure quality or troubleshoot generation issues.
Not ideal if you prefer a graphical user interface for inspecting your LoRAs, as this is a command-line tool, or if you need to analyze older LoRA file formats beyond safetensors.
Stars
103
Forks
7
Language
Python
License
MIT
Category
Last pushed
Feb 11, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rockerBOO/lora-inspector"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models