1. 31 May, 2023 3 commits
  2. 30 May, 2023 13 commits
  3. 29 May, 2023 1 commit
  4. 26 May, 2023 14 commits
  5. 25 May, 2023 2 commits
  6. 24 May, 2023 3 commits
  7. 23 May, 2023 4 commits
    • Will Berman's avatar
      fix attention mask pad check (#3531) · c13dbd5c
      Will Berman authored
      c13dbd5c
    • Pedro Cuenca's avatar
      Run `torch.compile` tests in separate subprocesses (#3503) · bde2cb5d
      Pedro Cuenca authored
      * Run ControlNet compile test in a separate subprocess
      
      `torch.compile()` spawns several subprocesses and the GPU memory used
      was not reclaimed after the test ran. This approach was taken from
      `transformers`.
      
      * Style
      
      * Prepare a couple more compile tests to run in subprocess.
      
      * Use require_torch_2 decorator.
      
      * Test inpaint_compile in subprocess.
      
      * Run img2img compile test in subprocess.
      
      * Run stable diffusion compile test in subprocess.
      
      * style
      
      * Temporarily trigger on pr to test.
      
      * Revert "Temporarily trigger on pr to test."
      
      This reverts commit 82d76868ddf9cc634a9f14b2b0aef1d5433cd750.
      bde2cb5d
    • Patrick von Platen's avatar
      Update README.md · abab61d4
      Patrick von Platen authored
      abab61d4
    • Patrick von Platen's avatar
      Update README.md (#3525) · b402604d
      Patrick von Platen authored
      b402604d