Skip to content

v4.0.1 Stable Release

Choose a tag to compare

@Ivan-Ayub97 Ivan-Ayub97 released this 24 Jul 08:37
a201f2d

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_resolution class 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_list from 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.