1. 31 Aug, 2023 1 commit
  2. 30 Aug, 2023 3 commits
  3. 29 Aug, 2023 6 commits
  4. 28 Aug, 2023 6 commits
  5. 26 Aug, 2023 4 commits
  6. 25 Aug, 2023 10 commits
  7. 24 Aug, 2023 5 commits
  8. 23 Aug, 2023 4 commits
    • YiYi Xu's avatar
      add a step_index counter (#4347) · cd21b965
      YiYi Xu authored
      
      
      add self.step_index
      
      ---------
      Co-authored-by: default avataryiyixuxu <yixu310@gmail,com>
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      cd21b965
    • Suraj Patil's avatar
      fix dummy import for AudioLDM2 (#4741) · 709a6428
      Suraj Patil authored
      * fix import
      
      * style
      709a6428
    • Sanchit Gandhi's avatar
      [AudioLDM Docs] Update docstring (#4744) · 0a0fe69a
      Sanchit Gandhi authored
      0a0fe69a
    • Ollin Boer Bohan's avatar
      Fix AutoencoderTiny encoder scaling convention (#4682) · 052bf328
      Ollin Boer Bohan authored
      * Fix AutoencoderTiny encoder scaling convention
      
        * Add [-1, 1] -> [0, 1] rescaling to EncoderTiny
      
        * Move [0, 1] -> [-1, 1] rescaling from AutoencoderTiny.decode to DecoderTiny
          (i.e. immediately after the final conv, as early as possible)
      
        * Fix missing [0, 255] -> [0, 1] rescaling in AutoencoderTiny.forward
      
        * Update AutoencoderTinyIntegrationTests to protect against scaling issues.
          The new test constructs a simple image, round-trips it through AutoencoderTiny,
          and confirms the decoded result is approximately equal to the source image.
          This test checks behavior with and without tiling enabled.
          This test will fail if new AutoencoderTiny scaling issues are introduced.
      
        * Context: Raw TAESD weights expect images in [0, 1], but diffusers'
          convention represents images with zero-centered values in [-1, 1],
          so AutoencoderTiny needs to scale / unscale images at the start of
          encoding and at the end of decoding in order to work with diffusers.
      
      * Re-add existing AutoencoderTiny test, update golden values
      
      * Add comments to AutoencoderTiny.forward
      052bf328
  9. 22 Aug, 2023 1 commit