Two handy little things landed in the trainer this time~
- π§ Caching: VAE latents and text-encoder outputs can now be pre-computed and stored ahead of time! Keep them in RAM or on disk. No more recomputing every step β less VRAM, faster training, yay~
- π― UNet-only training: A new
train_text_encoderswitch (off by
default). When off, only the UNet gets LoRA and the text encoders get to rest, so training stays light and breezy! - π Also refreshed the config example and added plenty of tests so nothing breaks β
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.