1. 17 Apr, 2024 2 commits
  2. 25 Feb, 2024 1 commit
  3. 08 Feb, 2024 1 commit
  4. 05 Jan, 2024 1 commit
  5. 16 Nov, 2023 1 commit
  6. 09 Nov, 2023 1 commit
    • M. Tolga Cangöz's avatar
      [`Docs`] Fix typos and update files at Optimization Page (#5674) · 53a8439f
      M. Tolga Cangöz authored
      
      
      * Fix typos, update, trim trailing whitespace
      
      * Trim trailing whitespaces
      
      * Update docs/source/en/optimization/memory.md
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update docs/source/en/optimization/memory.md
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update _toctree.yml
      
      * Update adapt_a_model.md
      
      * Reverse
      
      * Reverse
      
      * Reverse
      
      * Update dreambooth.md
      
      * Update instructpix2pix.md
      
      * Update lora.md
      
      * Update overview.md
      
      * Update t2i_adapters.md
      
      * Update text2image.md
      
      * Update text_inversion.md
      
      * Update create_dataset.md
      
      * Update create_dataset.md
      
      * Update create_dataset.md
      
      * Update create_dataset.md
      
      * Update coreml.md
      
      * Delete docs/source/en/training/create_dataset.md
      
      * Original create_dataset.md
      
      * Update create_dataset.md
      
      * Delete docs/source/en/training/create_dataset.md
      
      * Add original file
      
      * Delete docs/source/en/training/create_dataset.md
      
      * Add original one
      
      * Delete docs/source/en/training/text2image.md
      
      * Delete docs/source/en/training/instructpix2pix.md
      
      * Delete docs/source/en/training/dreambooth.md
      
      * Add original files
      
      ---------
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      53a8439f
  7. 31 Oct, 2023 1 commit
    • M. Tolga Cangöz's avatar
      [Docs] Fix typos (#5583) · 442017cc
      M. Tolga Cangöz authored
      * Add Copyright info
      
      * Fix typos, improve, update
      
      * Update deepfloyd_if.md
      
      * Update ldm3d_diffusion.md
      
      * Update opt_overview.md
      442017cc
  8. 16 Oct, 2023 1 commit
  9. 27 Sep, 2023 1 commit
  10. 13 Sep, 2023 1 commit
  11. 10 Aug, 2023 2 commits
  12. 02 Aug, 2023 1 commit
  13. 27 Jul, 2023 1 commit
  14. 26 Jul, 2023 2 commits
  15. 21 Jul, 2023 1 commit
  16. 18 Jul, 2023 1 commit
  17. 24 Jun, 2023 1 commit
  18. 26 May, 2023 1 commit
  19. 15 May, 2023 1 commit
  20. 13 May, 2023 1 commit
  21. 27 Apr, 2023 1 commit
  22. 26 Apr, 2023 1 commit
  23. 21 Apr, 2023 1 commit
  24. 10 Apr, 2023 1 commit
  25. 28 Mar, 2023 2 commits
  26. 22 Mar, 2023 1 commit
  27. 21 Mar, 2023 2 commits
  28. 20 Mar, 2023 3 commits
  29. 17 Mar, 2023 1 commit
  30. 15 Mar, 2023 2 commits
  31. 08 Mar, 2023 1 commit
  32. 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