1. 08 Feb, 2024 1 commit
  2. 04 Jan, 2024 1 commit
    • Chi's avatar
      Batter way to write binarize() function. (#6394) · 2993257f
      Chi authored
      
      
      * I added a new doc string to the class. This is more flexible to understanding other developers what are doing and where it's using.
      
      * Update src/diffusers/models/unet_2d_blocks.py
      
      This changes suggest by maintener.
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Update src/diffusers/models/unet_2d_blocks.py
      
      Add suggested text
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Update unet_2d_blocks.py
      
      I changed the Parameter to Args text.
      
      * Update unet_2d_blocks.py
      
      proper indentation set in this file.
      
      * Update unet_2d_blocks.py
      
      a little bit of change in the act_fun argument line.
      
      * I run the black command to reformat style in the code
      
      * Update unet_2d_blocks.py
      
      similar doc-string add to have in the original diffusion repository.
      
      * Batter way to write binarize function
      
      * Solve check_code_quality error
      
      * My mistake to run pull request but not reformated file
      
      * Update image_processor.py
      
      * remove extra variable and space
      
      * Update image_processor.py
      
      * Run ruff libarary to reformat my file
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      2993257f
  3. 02 Jan, 2024 1 commit
  4. 26 Dec, 2023 1 commit
  5. 11 Dec, 2023 1 commit
  6. 28 Nov, 2023 1 commit
  7. 27 Nov, 2023 1 commit
  8. 16 Nov, 2023 1 commit
  9. 26 Sep, 2023 1 commit
  10. 25 Sep, 2023 1 commit
  11. 31 Aug, 2023 1 commit
  12. 29 Aug, 2023 1 commit
  13. 25 Aug, 2023 1 commit
  14. 03 Jul, 2023 1 commit
  15. 21 Jun, 2023 1 commit
  16. 15 Jun, 2023 1 commit
  17. 05 Jun, 2023 1 commit
  18. 01 May, 2023 1 commit
  19. 11 Apr, 2023 1 commit
    • Patrick von Platen's avatar
      Fix config prints and save, load of pipelines (#2849) · 8b451eb6
      Patrick von Platen authored
      * [Config] Fix config prints and save, load
      
      * Only use potential nn.Modules for dtype and device
      
      * Correct vae image processor
      
      * make sure in_channels is not accessed directly
      
      * make sure in channels is only accessed via config
      
      * Make sure schedulers only access config attributes
      
      * Make sure to access config in SAG
      
      * Fix vae processor and make style
      
      * add tests
      
      * uP
      
      * make style
      
      * Fix more naming issues
      
      * Final fix with vae config
      
      * change more
      8b451eb6
  20. 27 Mar, 2023 1 commit
  21. 15 Mar, 2023 1 commit