Lemontropia-Suite/modules
LemonNexus 5374eba08f feat: add Real-ESRGAN AI upscaling support
- New module: modules/ai_upscaler.py
  - Real-ESRGAN integration for AI-powered upscaling
  - Designed specifically for low-res game textures/icons
  - 4x upscale factor with neural network enhancement
  - Falls back gracefully if model not available

- Updated TGA Converter UI:
  - New "AI Enhanced (Real-ESRGAN)" option in upscale dropdown
  - Only shown if Real-ESRGAN is installed
  - AI upscaling happens before canvas placement
  - Shows progress during AI model loading

Real-ESRGAN is much better than basic methods for rendered (non-pixel) icons!

To use AI upscaling:
1. pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
2. pip install realesrgan
3. Download RealESRGAN_x4plus.pth model
4. Select "AI Enhanced" in the UI
2026-02-11 17:32:40 +00:00
..
ocr_backends feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
__init__.py feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
ai_upscaler.py feat: add Real-ESRGAN AI upscaling support 2026-02-11 17:32:40 +00:00
auto_screenshot.py refactor: reorganize default directories to Documents/Entropia Universe/ 2026-02-11 15:27:39 +00:00
crafting_tracker.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
game_vision.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
game_vision_ai.py feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
hardware_detection.py feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
icon_manager.py feat: implement icon extraction, market prices, and GUI dialogs 2026-02-09 23:51:15 +00:00
icon_matcher.py feat: add AI Computer Vision with local GPU support 2026-02-11 11:29:10 +00:00
inventory_scanner.py refactor: reorganize default directories to Documents/Entropia Universe/ 2026-02-11 15:27:39 +00:00
loot_analyzer.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
market_prices.py feat: implement icon extraction, market prices, and GUI dialogs 2026-02-09 23:51:15 +00:00
notifications.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
opencv_text_detector.py feat: add OpenCV GPU text detection as fallback to PaddleOCR 2026-02-11 12:26:12 +00:00
screenshot_hotkey.py fix: screenshot hotkeys - use Qt shortcuts + optional global hotkeys 2026-02-11 12:55:24 +00:00
tga_converter.py feat: add 3 upscale methods - Sharp Pixels, Smooth HQ4x-style, Photorealistic 2026-02-11 17:25:00 +00:00