1. 22 Oct, 2024 1 commit
  2. 29 Aug, 2024 1 commit
  3. 14 Aug, 2024 1 commit
  4. 13 Jun, 2024 1 commit
  5. 29 May, 2024 1 commit
  6. 20 May, 2024 1 commit
  7. 02 Apr, 2024 1 commit
    • Bagheera's avatar
      7529 do not disable autocast for cuda devices (#7530) · 8e963d1c
      Bagheera authored
      
      
      * 7529 do not disable autocast for cuda devices
      
      * Remove typecasting error check for non-mps platforms, as a correct autocast implementation makes it a non-issue
      
      * add autocast fix to other training examples
      
      * disable native_amp for dreambooth (sdxl)
      
      * disable native_amp for pix2pix (sdxl)
      
      * remove tests from remaining files
      
      * disable native_amp on huggingface accelerator for every training example that uses it
      
      * convert more usages of autocast to nullcontext, make style fixes
      
      * make style fixes
      
      * style.
      
      * Empty-Commit
      
      ---------
      Co-authored-by: default avatarbghira <bghira@users.github.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      8e963d1c
  8. 18 Mar, 2024 1 commit
  9. 13 Mar, 2024 2 commits
  10. 04 Mar, 2024 1 commit
    • Linoy Tsaban's avatar
      [training scripts] add tags of diffusers-training (#7206) · 8da360aa
      Linoy Tsaban authored
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add dora tags for drambooth lora scripts
      
      * style
      8da360aa
  11. 09 Feb, 2024 2 commits
  12. 08 Feb, 2024 2 commits
  13. 07 Feb, 2024 1 commit
    • Sayak Paul's avatar
      [Model Card] standardize dreambooth model card (#6729) · 76696dca
      Sayak Paul authored
      * feat: standarize model card creation for dreambooth training.
      
      * correct 'inference
      
      * remove comments.
      
      * take component out of kwargs
      
      * style
      
      * add: card template to have a leaner description.
      
      * widget support.
      
      * propagate changes to train_dreambooth_lora
      
      * propagate changes to custom diffusion
      
      * make widget properly type-annotated
      76696dca
  14. 26 Jan, 2024 1 commit
  15. 05 Jan, 2024 1 commit
  16. 01 Dec, 2023 1 commit
  17. 27 Nov, 2023 1 commit
  18. 17 Nov, 2023 1 commit
  19. 10 Nov, 2023 1 commit
  20. 06 Nov, 2023 1 commit
  21. 09 Oct, 2023 2 commits
  22. 02 Oct, 2023 1 commit
    • Sayak Paul's avatar
      fix: how print training resume logs. (#5117) · d56825e4
      Sayak Paul authored
      
      
      * fix: how print training resume logs.
      
      * propagate changes to text-to-image scripts.
      
      * propagate changes to instructpix2pix.
      
      * propagate changes to dreambooth
      
      * propagate changes to custom diffusion and instructpix2pix
      
      * propagate changes to kandinsky
      
      * propagate changes to textual inv.
      
      * debug
      
      * fix: checkpointing.
      
      * debug
      
      * debug
      
      * debug
      
      * back to the square
      
      * debug
      
      * debug
      
      * change condition order.
      
      * debug
      
      * debug
      
      * debug
      
      * debug
      
      * revert to original
      
      * clean
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      d56825e4
  23. 18 Sep, 2023 1 commit
    • Ruoxi's avatar
      Implement `CustomDiffusionAttnProcessor2_0`. (#4604) · 16b9a57d
      Ruoxi authored
      * Implement `CustomDiffusionAttnProcessor2_0`
      
      * Doc-strings and type annotations for `CustomDiffusionAttnProcessor2_0`. (#1)
      
      * Update attnprocessor.md
      
      * Update attention_processor.py
      
      * Interops for `CustomDiffusionAttnProcessor2_0`.
      
      * Formatted `attention_processor.py`.
      
      * Formatted doc-string in `attention_processor.py`
      
      * Conditional CustomDiffusion2_0 for training example.
      
      * Remove unnecessary reference impl in comments.
      
      * Fix `save_attn_procs`.
      16b9a57d
  24. 14 Sep, 2023 1 commit
  25. 26 Aug, 2023 1 commit
    • Canberk Kandemir's avatar
      Unet fix (#4769) · 0d81e543
      Canberk Kandemir authored
      * Optional images variable train_custom_diffusion.py
      
      * Fixed train_custom_diffusion.py
      
      * Revert accidental changes to unet_2d_condition.py
      
      * "Format code with black"
      0d81e543
  26. 17 Aug, 2023 2 commits
  27. 26 Jul, 2023 1 commit
  28. 25 Jul, 2023 1 commit
  29. 13 Jul, 2023 1 commit
  30. 11 Jul, 2023 1 commit
  31. 15 Jun, 2023 1 commit
  32. 08 Jun, 2023 2 commits
  33. 26 Apr, 2023 2 commits