diffusers
ee4ab238 - [SD3 dreambooth-lora training] small updates + bug fixes (#9682)

Commit
247 days ago
[SD3 dreambooth-lora training] small updates + bug fixes (#9682) * add latent caching + smol updates * update license * replace with free_memory * add --upcast_before_saving to allow saving transformer weights in lower precision * fix models to accumulate * fix mixed precision issue as proposed in https://github.com/huggingface/diffusers/pull/9565 * smol update to readme * style * fix caching latents * style * add tests for latent caching * style * fix latent caching --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
Author
Parents
  • examples/dreambooth
    • File
      README_sd3.md
    • File
      test_dreambooth_lora_sd3.py
    • File
      train_dreambooth_lora_sd3.py
    • File
      train_dreambooth_sd3.py