"src/diffusers/pipelines/cogview4/pipeline_output.py" did not exist on "8d81564b27956dbabeeac833139aab27e60e379d"
  1. 01 May, 2025 1 commit
  2. 24 Jun, 2024 2 commits
  3. 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
  4. 13 Mar, 2024 1 commit
  5. 09 Feb, 2024 1 commit
  6. 16 Oct, 2023 1 commit
  7. 12 Aug, 2023 1 commit
  8. 13 Jul, 2023 1 commit
  9. 08 Jun, 2023 1 commit
  10. 20 Apr, 2023 1 commit
  11. 11 Apr, 2023 1 commit
  12. 04 Apr, 2023 1 commit
  13. 31 Mar, 2023 1 commit
  14. 23 Mar, 2023 1 commit
  15. 07 Feb, 2023 1 commit
  16. 27 Jan, 2023 2 commits
  17. 26 Jan, 2023 1 commit
  18. 25 Jan, 2023 1 commit
  19. 20 Jan, 2023 2 commits
  20. 16 Jan, 2023 1 commit
  21. 03 Jan, 2023 1 commit
  22. 15 Dec, 2022 1 commit
    • Haihao Shen's avatar
      Add examples with Intel optimizations (#1579) · c891330f
      Haihao Shen authored
      * Add examples with Intel optimizations (BF16 fine-tuning and inference)
      
      * Remove unused package
      
      * Add README for intel_opts and refine the description for research projects
      
      * Add notes of intel opts for diffusers
      c891330f