1. 03 Jul, 2023 1 commit
    • Patrick von Platen's avatar
      Correct controlnet out of list error (#3928) · 2e8668f0
      Patrick von Platen authored
      * Correct controlnet out of list error
      
      * Apply suggestions from code review
      
      * correct tests
      
      * correct tests
      
      * fix
      
      * test all
      
      * Apply suggestions from code review
      
      * test all
      
      * test all
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * fix more tests
      
      * Fix more
      
      * Apply suggestions from code review
      
      * finish
      
      * Apply suggestions from code review
      
      * Update src/diffusers/schedulers/scheduling_k_dpm_2_ancestral_discrete.py
      
      * finish
      2e8668f0
  2. 28 Jun, 2023 1 commit
  3. 20 Jun, 2023 1 commit
  4. 07 Jun, 2023 1 commit
  5. 22 May, 2023 2 commits
  6. 16 May, 2023 1 commit
  7. 15 May, 2023 1 commit
  8. 12 May, 2023 1 commit
  9. 06 May, 2023 1 commit
  10. 05 May, 2023 2 commits
  11. 03 May, 2023 1 commit
  12. 27 Apr, 2023 1 commit
    • Nipun Jindal's avatar
      [2064]: Add stochastic sampler (sample_dpmpp_sde) (#3020) · fd512d74
      Nipun Jindal authored
      
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * Review comments
      
      * [Review comment]: Add is_torchsde_available()
      
      * [Review comment]: Test and docs
      
      * [Review comment]
      
      * [Review comment]
      
      * [Review comment]
      
      * [Review comment]
      
      * [Review comment]
      
      ---------
      Co-authored-by: default avatarnjindal <njindal@adobe.com>
      fd512d74
  13. 21 Apr, 2023 1 commit
  14. 17 Apr, 2023 1 commit
  15. 14 Apr, 2023 1 commit
    • Will Berman's avatar
      ddpm custom timesteps (#3007) · b811964a
      Will Berman authored
      add custom timesteps test
      
      add custom timesteps descending order check
      
      docs
      
      timesteps -> custom_timesteps
      
      can only pass one of num_inference_steps and timesteps
      b811964a
  16. 12 Apr, 2023 1 commit
  17. 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
  18. 10 Apr, 2023 7 commits
  19. 06 Apr, 2023 2 commits
  20. 14 Mar, 2023 1 commit
    • clarencechen's avatar
      Add support for different model prediction types in DDIMInverseScheduler (#2619) · ee71d9d0
      clarencechen authored
      
      
      * Add support for different model prediction types in DDIMInverseScheduler
      Resolve alpha_prod_t_prev index issue for final step of inversion
      
      * Fix old bug introduced when prediction type is "sample"
      
      * Add support for sample clipping for numerical stability and deprecate old kwarg
      
      * Detach sample, alphas, betas
      
      Derive predicted noise from model output before dist. regularization
      
      Style cleanup
      
      * Log loss for debugging
      
      * Revert "Log loss for debugging"
      
      This reverts commit 76ea9c856f99f4c8eca45a0b1801593bb982584b.
      
      * Add comments
      
      * Add inversion equivalence test
      
      * Add expected data for Pix2PixZero pipeline tests with SD 2
      
      * Update tests/pipelines/stable_diffusion/test_stable_diffusion_pix2pix_zero.py
      
      * Remove cruft and add more explanatory comments
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      ee71d9d0
  21. 10 Mar, 2023 1 commit
  22. 09 Mar, 2023 2 commits
  23. 07 Mar, 2023 1 commit
  24. 01 Mar, 2023 1 commit
  25. 17 Feb, 2023 2 commits
  26. 16 Feb, 2023 3 commits
  27. 15 Feb, 2023 1 commit