Closed this issue 2 months ago · 1 comments
Hi all,
when training with pre-computed text, we need the null token embedding self.null_text_embeds here.
self.null_text_embeds
Where do we get this from?
This is the pre-extracted textual embeddings of empty str, e.g., "", which is used for training with classifier-free guidance.
""