v0.6.0 - robust multiGPU training, long validation prompts
What's Changed
- Compel for long prompt handling, opt-out via --disable_compel by @bghira in #196
- Bugfix/adafactor 24gb by @bghira in #197
- Min-SNR Gamma fix for v_prediction (round twelve thousand) by @bghira in #198
- Release by @bghira in #199
- v0.5.2 by @bghira in #200
- Use a seed per-gpu by default, and allow persistent workers by @bghira in #201
- Merge pull request #200 from bghira/main by @bghira in #202
- v0.6.0 by @bghira in #203
- Fix Epoch tracking by trimming aspect buckets to remove inaccessible samples
- Fix directory creation on local backend
- Fix luminance tracking
- Fix multi-GPU training hang on epoch rollover by @bghira in #204
Potential issues
- Long prompt weighting in Compel might be wonky, remove the
cache/
directory entries and try again with--disable_compel
if any tensor size issues arise.
Full Changelog: v0.5.1...v0.6.0