1. 07 Jun, 2023 1 commit
    • Kadir Nar's avatar
      [Community] Support StableDiffusionCanvasPipeline (#3590) · cd618690
      Kadir Nar authored
      * added StableDiffusionCanvasPipeline pipeline
      
      * Added utils codes to pipe_utils file.
      
      * make style
      
      * delete mixture.py and Text2ImageRegion class
      
      * make style
      
      * Added the codes to the readme.md file.
      
      * Moved functions from pipeline_utils to mix_canvas
      cd618690
  2. 02 Jun, 2023 2 commits
  3. 30 May, 2023 3 commits
  4. 23 May, 2023 2 commits
  5. 22 May, 2023 1 commit
    • takuoko's avatar
      [Community] reference only control (#3435) · c4359d63
      takuoko authored
      * add reference only control
      
      * add reference only control
      
      * add reference only control
      
      * fix lint
      
      * fix lint
      
      * reference adain
      
      * bugfix EulerAncestralDiscreteScheduler
      
      * fix style fidelity rule
      
      * fix default output size
      
      * del unused line
      
      * fix deterministic
      c4359d63
  6. 16 May, 2023 1 commit
  7. 06 May, 2023 1 commit
  8. 03 May, 2023 1 commit
    • Markus Pobitzer's avatar
      Add Stable Diffusion RePaint to community pipelines (#3320) · 2dd40850
      Markus Pobitzer authored
      * Add Stable Diffsuion RePaint to community pipelines
      
      - Adds Stable Diffsuion RePaint to community pipelines
      - Add Readme enty for pipeline
      
      * Fix: Remove wrong import
      
      - Remove wrong import
      - Minor change in comments
      
      * Fix: Code formatting of stable_diffusion_repaint
      
      * Fix: ruff errors in stable_diffusion_repaint
      2dd40850
  9. 28 Apr, 2023 1 commit
  10. 19 Apr, 2023 1 commit
  11. 23 Mar, 2023 1 commit
  12. 21 Mar, 2023 1 commit
  13. 14 Mar, 2023 1 commit
  14. 06 Mar, 2023 1 commit
  15. 13 Feb, 2023 1 commit
  16. 22 Jan, 2023 1 commit
  17. 17 Jan, 2023 1 commit
  18. 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
  19. 19 Dec, 2022 2 commits
  20. 13 Dec, 2022 1 commit
  21. 08 Dec, 2022 1 commit
  22. 05 Dec, 2022 1 commit
  23. 02 Dec, 2022 1 commit
  24. 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
  25. 29 Nov, 2022 1 commit
  26. 21 Nov, 2022 2 commits
  27. 20 Nov, 2022 2 commits
  28. 16 Nov, 2022 1 commit
  29. 15 Nov, 2022 1 commit
  30. 09 Nov, 2022 1 commit
  31. 07 Nov, 2022 2 commits
  32. 01 Nov, 2022 1 commit
    • MarkRich's avatar
      Add imagic to community pipelines (#958) · a793b1fe
      MarkRich authored
      * initial commit to add imagic to stable diffusion community pipelines
      
      * remove some testing changes
      
      * comments from PR review for imagic stable diffusion
      
      * remove changes from pipeline_stable_diffusion as part of imagic pipeline
      
      * clean up example code and add line back in to pipeline_stable_diffusion for imagic pipeline
      
      * remove unused functions
      
      * small code quality changes for imagic pipeline
      
      * clean up readme
      
      * remove hardcoded logging values for imagic community example
      
      * undo change for DDIMScheduler
      a793b1fe