Skip to content

Commit 1e5a44a

Browse files
committed
bump version to 2.3.3 final
1 parent 78ea5d7 commit 1e5a44a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ldm/invoke/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__='2.3.3rc7'
2+
__version__='2.3.3'

ldm/modules/encoders/modules.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,6 @@ def encode(self, text, **kwargs):
464464
return self(text, **kwargs)
465465

466466
def set_textual_inversion_manager(self, manager): #TextualInversionManager):
467-
# TODO all of the weighting and expanding stuff needs be moved out of this class
468467
self.textual_inversion_manager = manager
469468

470469
@property

0 commit comments

Comments
 (0)