1. 08 Feb, 2023 1 commit
  2. 07 Feb, 2023 8 commits
  3. 06 Feb, 2023 2 commits
  4. 03 Feb, 2023 3 commits
  5. 02 Feb, 2023 1 commit
    • Adalberto's avatar
      Create train_dreambooth_inpaint_lora.py (#2205) · 68ef0666
      Adalberto authored
      * Create train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      
      * Update train_dreambooth_inpaint_lora.py
      68ef0666
  6. 31 Jan, 2023 2 commits
  7. 30 Jan, 2023 1 commit
  8. 27 Jan, 2023 3 commits
  9. 26 Jan, 2023 3 commits
  10. 25 Jan, 2023 8 commits
  11. 24 Jan, 2023 7 commits
  12. 23 Jan, 2023 1 commit
    • Gleb Akhmerov's avatar
      Dreambooth: reduce VRAM usage (#2039) · a66f2bae
      Gleb Akhmerov authored
      * Dreambooth: use `optimizer.zero_grad(set_to_none=True)` to reduce VRAM usage
      
      * Allow the user to control `optimizer.zero_grad(set_to_none=True)` with --set_grads_to_none
      
      * Update Dreambooth readme
      
      * Fix link in readme
      
      * Fix header size in readme
      a66f2bae