Welcome to The-Vault, a growing collection of simple, effective Python scripts built to support your generative AI workflow — from inspecting LoRAs and finetunes to managing models and comparing outputs.
This is a personal toolkit, shared freely for anyone tinkering with creative AI (especially image generation workflows). Everything here is open for private use, and meant to save time, hassle, and GPU hours.
You don’t need to clone the entire Vault — unless you want the full set of tools.
Each utility lives in its own folder with a README, usage guide, and any specific dependencies. Just browse and grab what you need.
Want everything?
git clone https://github.com/Raxephion/The-Vault.git
cd The-Vault
Here's what's currently available in the Vault:
-
LoRA-Strength-Analyser
Analyze how different LoRA strength settings affect output quality using SSIM/BRISQUE metrics. -
LoRA-Epoch-Analyser
Compare and visualize outputs across training epochs to evaluate performance over time. -
TensorPeek
Inspect safetensors metadata and infer the base model or format. -
TensorMorph-SD
Merge or morph weights between Stable Diffusion models for creative combinations. -
TensorLayerCheck
Explore and compare model layer structures in detail. -
HubShuttle
A fast, no-fuss downloader for Hugging Face models and files.
Most tools rely on standard generative AI libraries. This should cover the majority of them:
pip install torch torchvision torchaudio safetensors diffusers transformers accelerate huggingface_hub
Check each tool’s README for any additional or optional dependencies.
The Vault is still expanding. Some of the planned tools and utilities include:
- Advanced LoRA and model inspection scripts
- Batch processing tools for repetitive jobs
- Dataset preparation and augmentation helpers
- Output/embedding comparison utilities
- CLI wrappers using
argparse
to replace hardcoded configs
Got an idea? Open an issue and I’ll check it out.
While this is a solo dev project, feedback is always welcome:
- Found a bug? Open an issue.
- Have a new tool idea? Open an issue.
- Find this useful? Let me know — it helps guide what comes next.
Built and maintained by Raxephion.
Because generative AI should be powerful and practical.