You are browsing as a guest. Sign up (or log in) to start making projects!

2h 41m 3s logged

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_encoder switch (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 βœ…

Commit

0
14

Comments 0

No comments yet. Be the first!