diff --git a/docs/other/CONTRIBUTORS.md b/docs/other/CONTRIBUTORS.md index a33d58c5d6f..93ea357a5ae 100644 --- a/docs/other/CONTRIBUTORS.md +++ b/docs/other/CONTRIBUTORS.md @@ -23,9 +23,11 @@ We thank them for all of their time and hard work. * @damian0815 - Attention Systems and Gameplay Engineer * @mauwii (Matthias Wild) - Continuous integration and product maintenance engineer * @Netsvetaev (Artur Netsvetaev) - UI/UX Developer -* @tildebyte - general gadfly and resident (self-appointed) know-it-all +* @tildebyte - General gadfly and resident (self-appointed) know-it-all * @keturn - Lead for Diffusers port * @ebr (Eugene Brodsky) - Cloud/DevOps/Sofware engineer; your friendly neighbourhood cluster-autoscaler +* @jpphoto (Jonathan Pollack) - Inference and rendering engine optimization +* @genomancer (Gregg Helt) - Model training and merging ## **Contributions by** diff --git a/ldm/invoke/_version.py b/ldm/invoke/_version.py index 30e673390ec..5a0f2532eb6 100644 --- a/ldm/invoke/_version.py +++ b/ldm/invoke/_version.py @@ -1 +1 @@ -__version__='2.3.0-rc7' +__version__='2.3.0'