1. 13 Jul, 2023 1 commit
  2. 12 Jun, 2023 1 commit
  3. 06 Jun, 2023 1 commit
    • Patrick von Platen's avatar
      Add draft for lora text encoder scale (#3626) · 74fd735e
      Patrick von Platen authored
      
      
      * Add draft for lora text encoder scale
      
      * Improve naming
      
      * fix: training dreambooth lora script.
      
      * Apply suggestions from code review
      
      * Update examples/dreambooth/train_dreambooth_lora.py
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * add lora mixin when fit
      
      * add lora mixin when fit
      
      * add lora mixin when fit
      
      * fix more
      
      * fix more
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      74fd735e
  4. 30 May, 2023 2 commits
  5. 23 May, 2023 3 commits
  6. 18 Mar, 2023 1 commit
  7. 14 Mar, 2023 1 commit
  8. 10 Mar, 2023 1 commit
  9. 09 Mar, 2023 1 commit
  10. 06 Mar, 2023 1 commit
  11. 17 Jan, 2023 1 commit
  12. 06 Jan, 2023 1 commit
  13. 20 Dec, 2022 1 commit
    • Dhruv Naik's avatar
      Add Flax stable diffusion img2img pipeline (#1355) · a9190bad
      Dhruv Naik authored
      
      
      * add flax img2img pipeline
      
      * update pipeline
      
      * black format file
      
      * remove argg from get_timesteps
      
      * update get_timesteps
      
      * fix bug: make use of timesteps for for_loop
      
      * black file
      
      * black, isort, flake8
      
      * update docstring
      
      * update readme
      
      * update flax img2img readme
      
      * update sd pipeline init
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion_img2img.py
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      
      * Update src/diffusers/pipelines/stable_diffusion/pipeline_flax_stable_diffusion_img2img.py
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      
      * update inits
      
      * revert change
      
      * update var name to image, typo
      
      * update readme
      
      * return new t_start instead of modified timestep
      
      * black format
      
      * isort files
      
      * update docs
      
      * fix-copies
      
      * update prng_seed typing
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      a9190bad
  14. 17 Dec, 2022 1 commit
  15. 14 Dec, 2022 2 commits
  16. 01 Dec, 2022 1 commit
    • fboulnois's avatar
      Standardize on using `image` argument in all pipelines (#1361) · 52eb0348
      fboulnois authored
      * feat: switch core pipelines to use image arg
      
      * test: update tests for core pipelines
      
      * feat: switch examples to use image arg
      
      * docs: update docs to use image arg
      
      * style: format code using black and doc-builder
      
      * fix: deprecate use of init_image in all pipelines
      52eb0348
  17. 17 Nov, 2022 1 commit
  18. 15 Nov, 2022 1 commit
  19. 10 Nov, 2022 1 commit
    • apolinario's avatar
      Add a reference to the name 'Sampler' (#1172) · a09d4753
      apolinario authored
      * Add a reference to the name 'Sampler'
      
      - Facilitate people that are familiar with the name samplers to understand that we call that schedulers
      - Better SEO if people are googling for samplers to find our library as well
      
      * Update README.md with a reference to 'Sampler'
      a09d4753
  20. 07 Nov, 2022 2 commits
  21. 03 Nov, 2022 1 commit
  22. 31 Oct, 2022 1 commit
  23. 28 Oct, 2022 1 commit
  24. 26 Oct, 2022 1 commit
  25. 25 Oct, 2022 1 commit
  26. 24 Oct, 2022 1 commit
  27. 19 Oct, 2022 1 commit
  28. 12 Oct, 2022 1 commit
  29. 05 Oct, 2022 3 commits
  30. 03 Oct, 2022 1 commit
  31. 01 Oct, 2022 1 commit
  32. 30 Sep, 2022 2 commits