v2.3
Evaluation
Add evaluators for select best ckpt and help for adjust hyperparameters. Support CLIPScore, FID, CCIPScore, ...
Sampler
Remake samplers using a new paradigm:
- Support target type convert (
$\epsilon \rightarrow x_0$ ,$\epsilon \rightarrow v_t$ , ...) - Support VP-SDE (DDPM, VP, ...)
- Support flow matching
- Support EDM
Updates:
- Fix file name bugs in SaveImageAction.
- Update to rainbowneko==1.9.
- Support save optimizer states.
- Support decompile config object into
.pyfile.