1. 07 Nov, 2022 1 commit
  2. 04 Nov, 2022 1 commit
  3. 03 Nov, 2022 1 commit
    • Pedro Cuenca's avatar
      Continuation of #1035 (#1120) · 269109db
      Pedro Cuenca authored
      
      
      * remove batch size from repeat
      
      * repeat empty string if uncond_tokens is none
      
      * fix inpaint pipes
      
      * return back whitespace to pass code quality
      
      * Apply suggestions from code review
      
      * Fix typos.
      Co-authored-by: default avatarHad <had-95@yandex.ru>
      269109db
  4. 02 Nov, 2022 1 commit
  5. 01 Nov, 2022 1 commit
    • MarkRich's avatar
      Add imagic to community pipelines (#958) · a793b1fe
      MarkRich authored
      * initial commit to add imagic to stable diffusion community pipelines
      
      * remove some testing changes
      
      * comments from PR review for imagic stable diffusion
      
      * remove changes from pipeline_stable_diffusion as part of imagic pipeline
      
      * clean up example code and add line back in to pipeline_stable_diffusion for imagic pipeline
      
      * remove unused functions
      
      * small code quality changes for imagic pipeline
      
      * clean up readme
      
      * remove hardcoded logging values for imagic community example
      
      * undo change for DDIMScheduler
      a793b1fe
  6. 29 Oct, 2022 1 commit
  7. 26 Oct, 2022 1 commit
  8. 25 Oct, 2022 2 commits
  9. 24 Oct, 2022 1 commit
  10. 21 Oct, 2022 1 commit
    • Shyam Sudhakaran's avatar
      Wildcard stable diffusion pipeline (#900) · 2fdd094c
      Shyam Sudhakaran authored
      
      
      * Initial Wildcard Stable Diffusion Pipeline
      
      * Added some additional example usage
      
      * style
      
      * Added links in README and additional documentation
      
      * Initial Wildcard Stable Diffusion Pipeline
      
      * Added some additional example usage
      
      * style
      
      * Added links in README and additional documentation
      
      * cleanup readme again
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      2fdd094c
  11. 20 Oct, 2022 2 commits
  12. 19 Oct, 2022 2 commits
  13. 17 Oct, 2022 10 commits
  14. 14 Oct, 2022 1 commit
  15. 06 Oct, 2022 3 commits
  16. 28 Sep, 2022 1 commit
  17. 27 Sep, 2022 2 commits
    • Suraj Patil's avatar
      [CLIPGuidedStableDiffusion] remove set_format from pipeline (#653) · c0c98df9
      Suraj Patil authored
      remove set_format from pipeline
      c0c98df9
    • Kashif Rasul's avatar
      [Pytorch] Pytorch only schedulers (#534) · bd8df2da
      Kashif Rasul authored
      
      
      * pytorch only schedulers
      
      * fix style
      
      * remove match_shape
      
      * pytorch only ddpm
      
      * remove SchedulerMixin
      
      * remove numpy from karras_ve
      
      * fix types
      
      * remove numpy from lms_discrete
      
      * remove numpy from pndm
      
      * fix typo
      
      * remove mixin and numpy from sde_vp and ve
      
      * remove remaining tensor_format
      
      * fix style
      
      * sigmas has to be torch tensor
      
      * removed set_format in readme
      
      * remove set format from docs
      
      * remove set_format from pipelines
      
      * update tests
      
      * fix typo
      
      * continue to use mixin
      
      * fix imports
      
      * removed unsed imports
      
      * match shape instead of assuming image shapes
      
      * remove import typo
      
      * update call to add_noise
      
      * use math instead of numpy
      
      * fix t_index
      
      * removed commented out numpy tests
      
      * timesteps needs to be discrete
      
      * cast timesteps to int in flax scheduler too
      
      * fix device mismatch issue
      
      * small fix
      
      * Update src/diffusers/schedulers/scheduling_pndm.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      bd8df2da
  18. 19 Sep, 2022 2 commits
  19. 30 Aug, 2022 1 commit