sd-webui-infinite-image-bro.../scripts/iib/db
zanllp bc6eb3c6dc perf: Optimize Tag.get_all for large datasets
Important performance optimization for handling large tag datasets:

- When total tags > 8192, limit 'pos' type tags to top 4096 by count
- Return all non-pos tags without limitation
- Significantly reduces memory usage and load time for large databases
- Maintains functionality while improving performance with massive tag counts
2026-01-22 01:44:11 +08:00
..
datamodel.py perf: Optimize Tag.get_all for large datasets 2026-01-22 01:44:11 +08:00
update_image_data.py feat: add audio file playback support and improve TikTok view 2025-12-15 00:22:23 +08:00