"launcher/vscode:/vscode.git/clone" did not exist on "3e2e6240b8f557e4db104fbb4e05dc43456b0b48"
  1. 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
  2. 03 Jan, 2024 1 commit
  3. 02 Jan, 2024 5 commits
  4. 30 Dec, 2023 2 commits
  5. 28 Dec, 2023 2 commits
  6. 27 Dec, 2023 3 commits
  7. 26 Dec, 2023 8 commits
  8. 24 Dec, 2023 1 commit
  9. 22 Dec, 2023 1 commit
  10. 21 Dec, 2023 11 commits
  11. 20 Dec, 2023 2 commits
    • Sayak Paul's avatar
      [Refactor upsamplers and downsamplers] separate out upsamplers and downsamplers. (#6128) · 22b45304
      Sayak Paul authored
      * separate out upsamplers and downsamplers.
      
      * import all the necessary blocks in resnet for backward comp.
      
      * move upsample2d and downsample2d to utils.
      
      * move downsample_2d to downsamplers.py
      
      * apply feedback
      
      * fix import
      
      * samplers -> sampling
      22b45304
    • Beinsezii's avatar
      EulerAncestral add `rescale_betas_zero_snr` (#6187) · 457abdf2
      Beinsezii authored
      
      
      * EulerAncestral add `rescale_betas_zero_snr`
      
      Uses same infinite sigma fix from EulerDiscrete. Interestingly the
      ancestral version had the opposite problem: too much contrast instead of
      too little.
      
      * UT for EulerAncestral `rescale_betas_zero_snr`
      
      * EulerAncestral upcast samples during step()
      
      It helps this scheduler too, particularly when the model is using bf16.
      
      While the noise dtype is still the model's it's automatically upcasted
      for the add so all it affects is determinism.
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      457abdf2
  12. 19 Dec, 2023 2 commits