1. 13 Sep, 2023 1 commit
  2. 10 Aug, 2023 2 commits
  3. 02 Aug, 2023 1 commit
  4. 27 Jul, 2023 1 commit
  5. 26 Jul, 2023 2 commits
  6. 21 Jul, 2023 1 commit
  7. 18 Jul, 2023 1 commit
  8. 24 Jun, 2023 1 commit
  9. 26 May, 2023 1 commit
  10. 15 May, 2023 1 commit
  11. 13 May, 2023 1 commit
  12. 27 Apr, 2023 1 commit
  13. 26 Apr, 2023 1 commit
  14. 21 Apr, 2023 1 commit
  15. 10 Apr, 2023 1 commit
  16. 28 Mar, 2023 2 commits
  17. 22 Mar, 2023 1 commit
  18. 21 Mar, 2023 2 commits
  19. 20 Mar, 2023 3 commits
  20. 17 Mar, 2023 1 commit
  21. 15 Mar, 2023 2 commits
  22. 08 Mar, 2023 1 commit
  23. 06 Mar, 2023 1 commit
    • Sean Sube's avatar
      add OnnxStableDiffusionUpscalePipeline pipeline (#2158) · 9920c333
      Sean Sube authored
      * [Onnx] add Stable Diffusion Upscale pipeline
      
      * add a test for the OnnxStableDiffusionUpscalePipeline
      
      * check for VAE config before adjusting scaling factor
      
      * update test assertions, lint fixes
      
      * run fix-copies target
      
      * switch test checkpoint to one hosted on huggingface
      
      * partially restore attention mask
      
      * reshape embeddings after running text encoder
      
      * add longer nightly test for ONNX upscale pipeline
      
      * use package import to fix tests
      
      * fix scheduler compatibility and class labels dtype
      
      * use more precise type
      
      * remove LMS from fast tests
      
      * lookup latent and timestamp types
      
      * add docs for ONNX upscaling, rename lookup table
      
      * replace deprecated pipeline names in ONNX docs
      9920c333
  24. 02 Mar, 2023 1 commit
  25. 01 Mar, 2023 1 commit
  26. 27 Feb, 2023 1 commit
  27. 17 Feb, 2023 4 commits
  28. 16 Feb, 2023 1 commit
    • Pedro Cuenca's avatar
      `enable_model_cpu_offload` (#2285) · 2777264e
      Pedro Cuenca authored
      * enable_model_offload PoC
      
      It's surprisingly more involved than expected, see comments in the PR.
      
      * Rename final_offload_hook
      
      * Invoke the vae forward hook manually.
      
      * Completely remove decoder.
      
      * Style
      
      * apply_forward_hook decorator
      
      * Rename method.
      
      * Style
      
      * Copy enable_model_cpu_offload
      
      * Fix copies.
      
      * Remove comment.
      
      * Fix copies
      
      * Missing import
      
      * Fix doc-builder style.
      
      * Merge main and fix again.
      
      * Add docs
      
      * Fix docs.
      
      * Add a couple of tests.
      
      * style
      2777264e
  29. 07 Feb, 2023 1 commit
  30. 06 Feb, 2023 1 commit