1. 08 May, 2024 3 commits
    • Philip Pham's avatar
      Check shape and remove deprecated APIs in scheduling_ddpm_flax.py (#7703) · f29b9348
      Philip Pham authored
      `model_output.shape` may only have rank 1.
      
      There are warnings related to use of random keys.
      
      ```
      tests/schedulers/test_scheduler_flax.py: 13 warnings
        /Users/phillypham/diffusers/src/diffusers/schedulers/scheduling_ddpm_flax.py:268: FutureWarning: normal accepts a single key, but was given a key array of shape (1, 2) != (). Use jax.vmap for batching. In a future JAX version, this will be an error.
          noise = jax.random.normal(split_key, shape=model_output.shape, dtype=self.dtype)
      
      tests/schedulers/test_scheduler_flax.py::FlaxDDPMSchedulerTest::test_betas
        /Users/phillypham/virtualenv/diffusers/lib/python3.9/site-packages/jax/_src/random.py:731: FutureWarning: uniform accepts a single key, but was given a key array of shape (1,) != (). Use jax.vmap for batching. In a future JAX version, this will be an error.
          u = uniform(key, shape, dtype, lo, hi)  # type: ignore[arg-type]
      ```
      f29b9348
    • Tolga Cangöz's avatar
      Fix image upcasting (#7858) · d50baf0c
      Tolga Cangöz authored
      
      
      Fix image's upcasting before `vae.encode()` when using `fp16`
      Co-authored-by: default avatarYiYi Xu <yixu310@gmail.com>
      d50baf0c
    • Hyoungwon Cho's avatar
      Modification on the PAG community pipeline (re) (#7876) · c2217142
      Hyoungwon Cho authored
      
      
      * edited_pag_implementation
      
      * update
      
      ---------
      Co-authored-by: default avataryiyixuxu <yixu310@gmail.com>
      c2217142
  2. 07 May, 2024 2 commits
  3. 06 May, 2024 2 commits
  4. 03 May, 2024 5 commits
  5. 02 May, 2024 8 commits
  6. 01 May, 2024 4 commits
  7. 30 Apr, 2024 8 commits
  8. 29 Apr, 2024 7 commits
  9. 28 Apr, 2024 1 commit