1. 09 Jan, 2023 1 commit
  2. 04 Jan, 2023 1 commit
  3. 30 Dec, 2022 1 commit
  4. 28 Dec, 2022 1 commit
    • Partho's avatar
      [Community Pipeline] MagicMix (#1839) · 2ba42aa9
      Partho authored
      * initial
      
      * type hints
      
      * update scheduler type hint
      
      * add to README
      
      * add example generation to README
      
      * v -> mix_factor
      
      * load scheduler from pretrained
      2ba42aa9
  5. 19 Dec, 2022 3 commits
  6. 13 Dec, 2022 3 commits
  7. 09 Dec, 2022 1 commit
  8. 08 Dec, 2022 1 commit
  9. 07 Dec, 2022 1 commit
  10. 06 Dec, 2022 1 commit
  11. 05 Dec, 2022 1 commit
  12. 02 Dec, 2022 3 commits
  13. 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
  14. 29 Nov, 2022 1 commit
  15. 25 Nov, 2022 3 commits
  16. 22 Nov, 2022 1 commit
  17. 21 Nov, 2022 2 commits
  18. 20 Nov, 2022 2 commits
  19. 17 Nov, 2022 1 commit
  20. 16 Nov, 2022 3 commits
  21. 15 Nov, 2022 1 commit
  22. 09 Nov, 2022 2 commits
  23. 07 Nov, 2022 3 commits
  24. 04 Nov, 2022 1 commit
  25. 03 Nov, 2022 1 commit
    • Pedro Cuenca's avatar
      Continuation of #1035 (#1120) · 269109db
      Pedro Cuenca authored
      
      
      * remove batch size from repeat
      
      * repeat empty string if uncond_tokens is none
      
      * fix inpaint pipes
      
      * return back whitespace to pass code quality
      
      * Apply suggestions from code review
      
      * Fix typos.
      Co-authored-by: default avatarHad <had-95@yandex.ru>
      269109db