Files
Kohya-ss-sd-scripts/library
rockerBOO e03200bdba Optimize: Cache CDC shapes in memory to eliminate I/O bottleneck
- Cache all shapes during GammaBDataset initialization
- Eliminates file I/O on every training step (9.5M accesses/sec)
- Reduces get_shape() from file operation to dict lookup
- Memory overhead: ~126 bytes/sample (~12.6 MB per 100k images)
2025-10-09 18:28:50 -04:00
..
2025-06-13 16:25:16 +03:00
2025-04-24 11:26:36 +08:00
2025-09-29 21:02:02 +09:00