Commit Graph

3 Commits

Author SHA1 Message Date
2f85140471 feat: add refresh button to history tab
Gallery and stats are initialized once at startup and don't auto-refresh.
Added a Refresh button so users can manually reload history after processing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 13:05:41 +01:00
3b2cfada78 feat: add video support to history tab
- Video processing now saves to history database
- History gallery displays both images and videos
- Added type filter dropdown (All/Images/Videos)
- Updated search and details to work with videos
- Video entries show codec, frame count in details

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 12:51:33 +01:00
a6d20cf087 feat: initial implementation of Real-ESRGAN Web UI
Full-featured Gradio 6.0+ web interface for Real-ESRGAN image/video
upscaling, optimized for RTX 4090 (24GB VRAM).

Features:
- Image upscaling with before/after comparison (ImageSlider)
- Video upscaling with progress tracking and checkpoint/resume
- Face enhancement via GFPGAN integration
- Multiple codecs: H.264, H.265, AV1 (with NVENC support)
- Batch processing queue with SQLite persistence
- Processing history gallery
- Custom dark theme
- Auto-download of model weights

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 11:56:59 +01:00