1. 27 Oct, 2022 11 commits
  2. 26 Oct, 2022 10 commits
  3. 25 Oct, 2022 12 commits
  4. 24 Oct, 2022 4 commits
  5. 22 Oct, 2022 1 commit
  6. 21 Oct, 2022 2 commits
    • 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
    • mkshing's avatar
      Support LMSDiscreteScheduler in LDMPipeline (#891) · 31af4d17
      mkshing authored
      
      
      * Support LMSDiscreteScheduler in LDMPipeline
      
      This is a small change to support all schedulers such as LMSDiscreteScheduler in LDMPipeline.
      
      What's changed
      -------
      * Add the `scale_model_input` function before `step` to ensure correct denoising (L77)
      
      * Add "scale the initial noise by the standard deviation required by the scheduler"
      
      * run `make style`
      Co-authored-by: default avatarAnton Lozhkov <anton@huggingface.co>
      31af4d17