1. 26 Jul, 2023 1 commit
  2. 21 Jul, 2023 1 commit
  3. 18 Jul, 2023 1 commit
  4. 24 Jun, 2023 1 commit
  5. 26 May, 2023 1 commit
  6. 15 May, 2023 1 commit
  7. 13 May, 2023 1 commit
  8. 27 Apr, 2023 1 commit
  9. 26 Apr, 2023 1 commit
  10. 21 Apr, 2023 1 commit
  11. 10 Apr, 2023 1 commit
  12. 28 Mar, 2023 2 commits
  13. 22 Mar, 2023 1 commit
  14. 21 Mar, 2023 2 commits
  15. 20 Mar, 2023 3 commits
  16. 17 Mar, 2023 1 commit
  17. 15 Mar, 2023 2 commits
  18. 08 Mar, 2023 1 commit
  19. 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
  20. 02 Mar, 2023 1 commit
  21. 01 Mar, 2023 1 commit
  22. 27 Feb, 2023 1 commit
  23. 17 Feb, 2023 4 commits
  24. 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
  25. 07 Feb, 2023 1 commit
  26. 06 Feb, 2023 1 commit
  27. 01 Feb, 2023 1 commit
  28. 17 Jan, 2023 1 commit
  29. 12 Jan, 2023 1 commit
  30. 04 Jan, 2023 1 commit
    • Chanran Kim's avatar
      Init for korean docs (#1910) · 75d53cc8
      Chanran Kim authored
      * init for korean docs
      
      * edit build yml file for multi language docs
      
      * edit one more build yml file for multi language docs
      
      * add title for get_frontmatter error
      75d53cc8