Text‑Only Embedding Training Without Images
Compress text into a 70KB embedding file; train in 1‑2 minutes with 2GB VRAM; works with any SD model.
Try training embeddings with this text‑only method and evaluate consistency.
Summary
A new method allows training textual embeddings without an image dataset by compressing a text prompt into a small identity file. The resulting embedding is a standard textual inversion that works with any Stable Diffusion or SDXL model. Training takes 1–2 minutes, requires 2 GB VRAM, and produces a 70 KB file. The technique aims to improve character consistency and reduce prompt bleeding. The author notes that the method is novel and has not been widely documented. The embedding can be used directly in prompts to influence style or content.
The approach offers a lightweight alternative to image‑based training, reducing computational resources and time. It can be integrated into existing pipelines that support textual inversion.
Key changes
- Text compression into identity file
- 1‑2 minute training time
- 2GB VRAM requirement
- 70KB file size
- Standard textual inversion format
- Works with any SD/SDXL model