1. 21 Dec, 2023 3 commits
  2. 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
  3. 19 Dec, 2023 3 commits
  4. 18 Dec, 2023 8 commits
  5. 16 Dec, 2023 2 commits
  6. 15 Dec, 2023 2 commits
  7. 14 Dec, 2023 1 commit
  8. 11 Dec, 2023 2 commits
  9. 10 Dec, 2023 1 commit
    • Aryan V S's avatar
      IP adapter support for most pipelines (#5900) · 88bdd97c
      Aryan V S authored
      
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_upscale.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_attend_and_excite.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_instruct_pix2pix.py
      
      * update tests
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_panorama.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_sag.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion_safe/pipeline_stable_diffusion_safe.py
      
      * support ip-adapter in src/diffusers/pipelines/latent_consistency_models/pipeline_latent_consistency_text2img.py
      
      * support ip-adapter in src/diffusers/pipelines/latent_consistency_models/pipeline_latent_consistency_img2img.py
      
      * support ip-adapter in src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_ldm3d.py
      
      * revert changes to sd_attend_and_excite and sd_upscale
      
      * make style
      
      * fix broken tests
      
      * update ip-adapter implementation to latest
      
      * apply suggestions from review
      
      ---------
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      88bdd97c
  10. 09 Dec, 2023 1 commit
  11. 07 Dec, 2023 3 commits
  12. 06 Dec, 2023 6 commits
  13. 05 Dec, 2023 5 commits
  14. 04 Dec, 2023 1 commit