1. 18 Jan, 2024 1 commit
  2. 17 Jan, 2024 1 commit
  3. 16 Jan, 2024 7 commits
  4. 15 Jan, 2024 2 commits
    • Sayak Paul's avatar
      [OmegaConf] replace it with `yaml` (#6488) · cb4b3f0b
      Sayak Paul authored
      * remove omegaconf from convert_from_ckpt.
      
      * remove from single_file.
      
      * change to string based ubscription.
      
      * style
      
      * okay
      
      * fix: vae_param
      
      * no . indexing.
      
      * style
      
      * style
      
      * turn getattrs into explicit if/else
      
      * style
      
      * propagate changes to ldm_uncond.
      
      * propagate to gligen
      
      * propagate to if.
      
      * fix: quotes.
      
      * propagate to audioldm.
      
      * propagate to audioldm2
      
      * propagate to musicldm.
      
      * propagate to vq_diffusion
      
      * propagate to zero123.
      
      * remove omegaconf from diffusers codebase.
      cb4b3f0b
    • Sayak Paul's avatar
      [Training Utils] create a utility for casting the lora params during training. (#6553) · a080f0d3
      Sayak Paul authored
      create a utility for casting the lora params during training.
      a080f0d3
  5. 12 Jan, 2024 2 commits
  6. 11 Jan, 2024 2 commits
  7. 10 Jan, 2024 3 commits
  8. 09 Jan, 2024 3 commits
  9. 05 Jan, 2024 6 commits
  10. 04 Jan, 2024 2 commits
    • Lucain's avatar
      Respect offline mode when loading pipeline (#6456) · 691d8d3e
      Lucain authored
      * Respect offline mode when loading model
      
      * default to local entry if connectionerror
      691d8d3e
    • 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
  11. 03 Jan, 2024 1 commit
  12. 02 Jan, 2024 5 commits
  13. 30 Dec, 2023 2 commits
  14. 28 Dec, 2023 2 commits
  15. 27 Dec, 2023 1 commit