Download:
This is an early prototype software. Please be aware:
- May not work on all systems - Particularly older hardware or certain Windows configurations
- CPU Compatibility Issues - Some older processors (Intel i7-4790 and similar) may experience crashes
- Windows 10 vs 11 - Better stability on Windows 11, mixed results on Windows 10
- Resource Intensive - Requires significant RAM and CPU resources
- Limited Support - This is experimental software without warranty
- Windows 10/11 (64-bit) - Windows 11 preferred
- 8GB RAM minimum (16GB+ recommended)
- Modern CPU - Intel Core i5-8xxx+ or AMD Ryzen 5 2xxx+ recommended
- 4GB free disk space
- Intel i7-4790 (Haswell 2014) and older processors
- Systems with less than 8GB RAM
- Very old Windows 10 installations
- Image analysis using LiquidAI LFM2-VL vision-language models
- Support for LFM2-VL-450M (recommended) and LFM2-VL-1.6B models
- Multiple quantization options (Q4_0, Q8_0)
- Modern GUI built with PySide6
- Automatic CPU detection and optimization
- Customizable prompts and analysis parameters
- Download the latest
LFM2-VL-Analyzer.exefrom releases - Download Models from HuggingFace (see Model Setup below)
- Run the executable - it will create necessary directories
- Configure model paths in the application
- Test with a simple image first
You need to download GGUF models from HuggingFace:
- Main model: LiquidAI/LFM2-VL-450M-GGUF
- Required files:
LFM2-VL-450M-Q4_0.gguf(219 MB) - fastestmmproj-LFM2-VL-450M-Q8_0.gguf- vision projector
- Memory: ~1GB RAM required
- Main model: LiquidAI/LFM2-VL-1.6B-GGUF
- Required files:
LFM2-VL-1.6B-Q4_0.gguf(696 MB)mmproj-LFM2-VL-1.6B-Q8_0.gguf- vision projector
- Memory: ~2.5GB RAM required
Place downloaded .gguf files in:
- Bundled version:
%APPDATA%\LFM2-VL-Analyzer\models\
This application uses an innovative HTTP API approach:
- Persistent
llama-serverprocess for stability - HTTP requests instead of subprocess calls
- Eliminates Windows process creation stress
- Automatic CPU optimization and compatibility detection
- Ensure Windows Defender isn't blocking the executable
- Try running as Administrator
- Check Windows Event Viewer for crash details
- The application automatically detects CPU capabilities
- Older processors get conservative "compatibility mode"
- If crashes persist, your CPU may be incompatible
- Try the smaller LFM2-VL-450M model
- Close other applications to free RAM
- Reduce batch sizes in configuration
- Check logs in
%APPDATA%\LFM2-VL-Analyzer\logs\ - Try the LFM2-VL-450M model first (lighter)
- Ensure all required model files are downloaded
- Restart the application if analysis gets stuck
Settings stored in:
- Production:
%APPDATA%\LFM2-VL-Analyzer\config.json - Development:
./lfm2_vl_analyzer/config.json
Freeware - Free for personal use. See LICENSE file for full terms.
- Copyright: Filip Bogacz (Fibogacci) 2025
- Commercial use: Prohibited without permission
- Distribution: GitHub releases only
- Model licensing: Users responsible for HuggingFace model compliance
- Version: v0.1.0 (Early Prototype)
- Status: Experimental, limited compatibility
- Target: Windows standalone distribution
- Feedback: Welcome via GitHub issues
This is experimental software. Bug reports and compatibility feedback are valuable:
- Include your Windows version and CPU model
- Attach log files from
%APPDATA%\LFM2-VL-Analyzer\logs\ - Specify which model you were using
Developer: Filip Bogacz (Fibogacci)
- Website: https://fibogacci.com
- GitHub: https://github.com/Fibogacci
- LinkedIn: https://linkedin.com/in/Fibogacci
- Medium: https://medium.com/@Fibogacci
- Buy Me a Coffee: https://buymeacoffee.com/Fibogacci

