Describe the bug
|
for idx, text_encoder in enumerate(text_encoders): |
The embedding handler already takes care of accounting for both text encoders, no need to loop over this.
(You instantiate it with both text encoders and it will loop over them when this retract is called.)
Reproduction
Logs
System Info
Who can help?