1. 17 Feb, 2023 3 commits
  2. 07 Feb, 2023 1 commit
  3. 26 Jan, 2023 1 commit
  4. 25 Jan, 2023 3 commits
  5. 20 Jan, 2023 1 commit
  6. 04 Jan, 2023 3 commits
  7. 20 Dec, 2022 1 commit
  8. 19 Dec, 2022 1 commit
    • Pedro Cuenca's avatar
      [Dreambooth] flax fixes (#1765) · 9f8c915a
      Pedro Cuenca authored
      * Fail if there are less images than the effective batch size.
      
      * Remove lr-scheduler arg as it's currently ignored.
      
      * Make guidance_scale work for batch_size > 1.
      9f8c915a
  9. 06 Dec, 2022 1 commit
  10. 02 Dec, 2022 1 commit
  11. 09 Nov, 2022 1 commit
  12. 07 Nov, 2022 1 commit
  13. 04 Nov, 2022 1 commit
  14. 27 Oct, 2022 3 commits
  15. 26 Oct, 2022 2 commits
  16. 25 Oct, 2022 1 commit
  17. 20 Oct, 2022 2 commits
  18. 18 Oct, 2022 1 commit
  19. 13 Oct, 2022 1 commit
  20. 11 Oct, 2022 1 commit
  21. 10 Oct, 2022 1 commit
  22. 07 Oct, 2022 1 commit
  23. 05 Oct, 2022 3 commits
  24. 04 Oct, 2022 1 commit
  25. 03 Oct, 2022 1 commit
  26. 27 Sep, 2022 2 commits
    • Suraj Patil's avatar
      [examples/dreambooth] don't pass tensor_format to scheduler. (#649) · ac665b64
      Suraj Patil authored
      don't pass tensor_format
      ac665b64
    • Zhenhuan Liu's avatar
      Add training example for DreamBooth. (#554) · 3b747de8
      Zhenhuan Liu authored
      
      
      * Add training example for DreamBooth.
      
      * Fix bugs.
      
      * Update readme and default hyperparameters.
      
      * Reformatting code with black.
      
      * Update for multi-gpu trianing.
      
      * Apply suggestions from code review
      
      * improgve sampling
      
      * fix autocast
      
      * improve sampling more
      
      * fix saving
      
      * actuallu fix saving
      
      * fix saving
      
      * improve dataset
      
      * fix collate fun
      
      * fix collate_fn
      
      * fix collate fn
      
      * fix key name
      
      * fix dataset
      
      * fix collate fn
      
      * concat batch in collate fn
      
      * add grad ckpt
      
      * add option for 8bit adam
      
      * do two forward passes for prior preservation
      
      * Revert "do two forward passes for prior preservation"
      
      This reverts commit 661ca4677e6dccc4ad596c2ee6ca4baad4159e95.
      
      * add option for prior_loss_weight
      
      * add option for clip grad norm
      
      * add more comments
      
      * update readme
      
      * update readme
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * add docstr for dataset
      
      * update the saving logic
      
      * Update examples/dreambooth/README.md
      
      * remove unused imports
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3b747de8
  27. 16 Sep, 2022 1 commit