https://github.com/segararai/safetensors-inspector
Analyze and inspect .safetensors model files directly in your browser. View metadata, tensors, and model details for AI/ML models.
https://github.com/segararai/safetensors-inspector
safetensors
Last synced: about 2 months ago
JSON representation
Analyze and inspect .safetensors model files directly in your browser. View metadata, tensors, and model details for AI/ML models.
- Host: GitHub
- URL: https://github.com/segararai/safetensors-inspector
- Owner: SegaraRai
- License: mit
- Created: 2025-07-29T16:15:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T17:39:40.000Z (3 months ago)
- Last Synced: 2025-07-29T20:17:50.854Z (3 months ago)
- Topics: safetensors
- Language: TypeScript
- Homepage: http://safetensors-inspector.roundtrip.dev/
- Size: 654 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safetensors Inspector
A web-based tool for analyzing and inspecting `.safetensors` model files directly in your browser.
## Features
- **Browser-based**: No installation required, works entirely in your browser
- **Model Analysis**: View tensor shapes, data types, and metadata
- **Model Type Detection**: Automatically identifies model architecture (SD, SDXL, LoRA, etc.)
- **Metadata Viewer**: Inspect embedded metadata and training information
- **Performance**: Fast parsing with streaming support for large files## Usage
1. Visit [safetensors-inspector.roundtrip.dev](https://safetensors-inspector.roundtrip.dev)
2. Drag and drop a `.safetensors` file or click to browse
3. View model details, tensors, and metadata instantly## Development
```bash
# Install dependencies
pnpm install# Start dev server
pnpm dev# Build for production
pnpm build
```## Tech Stack
- [Astro](https://astro.build/) - Web framework
- [Solid.js](https://www.solidjs.com/) - UI components
- [Tailwind CSS](https://tailwindcss.com/) - Styling
- TypeScript - Type safety## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.