Closed rob-hen closed 2 weeks ago
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.
""
Hi all,
when training with pre-computed text, we need the null token embedding
self.null_text_embeds
here.Where do we get this from?