1. 30 Sep, 2025 1 commit
  2. 19 Jun, 2025 1 commit
  3. 07 Jan, 2025 2 commits
  4. 06 Jan, 2025 1 commit
    • Ameer Azam's avatar
      Regarding the RunwayML path for V1.5 did change to... · 4f5e3e35
      Ameer Azam authored
      Regarding the RunwayML path for V1.5 did change to stable-diffusion-v1-5/[stable-diffusion-v1-5/ stable-diffusion-inpainting] (#10476)
      
      * Update pipeline_controlnet.py
      
      * Update pipeline_controlnet_img2img.py
      
      runwayml Take-down so change all from to this
      stable-diffusion-v1-5/stable-diffusion-v1-5
      
      * Update pipeline_controlnet_inpaint.py
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * runwayml take-down make change to sd-legacy
      
      * Update convert_blipdiffusion_to_diffusers.py
      
      style change
      4f5e3e35
  5. 05 Aug, 2024 1 commit
  6. 13 Mar, 2024 1 commit
  7. 08 Feb, 2024 1 commit
  8. 09 Oct, 2023 2 commits
  9. 31 Aug, 2023 1 commit
    • Steven Liu's avatar
      [docs] ControlNet guide (#4640) · aedd7876
      Steven Liu authored
      * first draft
      
      * finish first draft
      
      * feedback and remove sections from API pages
      
      * clean docstrings
      
      * add full code example
      aedd7876
  10. 12 Aug, 2023 1 commit
  11. 13 Jun, 2023 1 commit
  12. 16 May, 2023 1 commit
    • Patrick von Platen's avatar
      Refactor controlnet and add img2img and inpaint (#3386) · 886575ee
      Patrick von Platen authored
      * refactor controlnet and add img2img and inpaint
      
      * First draft to get pipelines to work
      
      * make style
      
      * Fix more
      
      * Fix more
      
      * More tests
      
      * Fix more
      
      * Make inpainting work
      
      * make style and more tests
      
      * Apply suggestions from code review
      
      * up
      
      * make style
      
      * Fix imports
      
      * Fix more
      
      * Fix more
      
      * Improve examples
      
      * add test
      
      * Make sure import is correctly deprecated
      
      * Make sure everything works in compile mode
      
      * make sure authorship is correctly attributed
      886575ee
  13. 13 Apr, 2023 1 commit
  14. 11 Apr, 2023 1 commit
    • Patrick von Platen's avatar
      Fix config prints and save, load of pipelines (#2849) · 8b451eb6
      Patrick von Platen authored
      * [Config] Fix config prints and save, load
      
      * Only use potential nn.Modules for dtype and device
      
      * Correct vae image processor
      
      * make sure in_channels is not accessed directly
      
      * make sure in channels is only accessed via config
      
      * Make sure schedulers only access config attributes
      
      * Make sure to access config in SAG
      
      * Fix vae processor and make style
      
      * add tests
      
      * uP
      
      * make style
      
      * Fix more naming issues
      
      * Final fix with vae config
      
      * change more
      8b451eb6
  15. 27 Mar, 2023 1 commit
  16. 23 Mar, 2023 2 commits
  17. 09 Mar, 2023 2 commits
  18. 01 Mar, 2023 1 commit
  19. 07 Feb, 2023 1 commit
  20. 26 Jan, 2023 1 commit
  21. 25 Jan, 2023 1 commit
  22. 30 Dec, 2022 1 commit
  23. 29 Dec, 2022 1 commit
    • Simon Kirsten's avatar
      Flax: Fix img2img and align with other pipeline (#1824) · ab0e92fd
      Simon Kirsten authored
      
      
      * Flax: Add components function
      
      * Flax: Fix img2img and align with other pipeline
      
      * Flax: Fix PRNGKey type
      
      * Refactor strength to start_timestep
      
      * Fix preprocess images
      
      * Fix processed_images dimen
      
      * latents.shape -> latents_shape
      
      * Fix typo
      
      * Remove "static" comment
      
      * Remove unnecessary optional types in _generate
      
      * Apply doc-builder code style.
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      ab0e92fd
  24. 20 Dec, 2022 2 commits
  25. 19 Dec, 2022 1 commit
    • Pedro Cuenca's avatar
      [Dreambooth] flax fixes (#1765) · 9f8c915a
      Pedro Cuenca authored
      * Fail if there are less images than the effective batch size.
      
      * Remove lr-scheduler arg as it's currently ignored.
      
      * Make guidance_scale work for batch_size > 1.
      9f8c915a
  26. 17 Dec, 2022 1 commit
  27. 07 Dec, 2022 1 commit
  28. 28 Nov, 2022 2 commits
  29. 24 Nov, 2022 3 commits
  30. 22 Nov, 2022 1 commit
  31. 19 Nov, 2022 1 commit
  32. 09 Nov, 2022 1 commit