v4.0.1 Stable Release
Version 4.0.1
Release date: 27 July 2025
Model Cleanup and Optimization
1.1 SuperResolution-10 Model Removal
- Model Deprecation: Removed the SuperResolution-10 model from the application due to performance and compatibility issues.
- Code Cleanup: Eliminated the dedicated
AI_super_resolutionclass and all related processing pipelines. - UI Updates: Removed SuperResolution-10 from model selection dropdown and information dialogs.
- Memory Optimization: Cleaned up VRAM usage configurations by removing SuperResolution-10 entries (0.8 GB allocation).
- Streamlined Processing: Simplified the upscaling orchestrator by removing SuperResolution-specific routing logic.
- Model List Cleanup: Removed
SuperResolution_models_listfrom the main AI models collection.
1.2 Performance Improvements
- Reduced Memory Footprint: Application now uses less memory without the SuperResolution-10 model overhead.
- Simplified Code Paths: Cleaner processing logic with fewer conditional branches for model selection.
- Enhanced Stability: Removed potential failure points associated with the deprecated model.