1. 25 Sep, 2024 4 commits
  2. 23 Sep, 2024 2 commits
  3. 17 Sep, 2024 2 commits
  4. 16 Sep, 2024 2 commits
    • suzukimain's avatar
      [docs] Replace runwayml/stable-diffusion-v1-5 with Lykon/dreamshaper-8 (#9428) · b52119ae
      suzukimain authored
      
      
      * [docs] Replace runwayml/stable-diffusion-v1-5 with Lykon/dreamshaper-8
      
      Updated documentation as runwayml/stable-diffusion-v1-5 has been removed from Huggingface.
      
      * Update docs/source/en/using-diffusers/inpaint.md
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Replace with stable-diffusion-v1-5/stable-diffusion-v1-5
      
      * Update inpaint.md
      
      ---------
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      b52119ae
    • Yuxuan.Zhang's avatar
      CogVideoX-5b-I2V support (#9418) · 8336405e
      Yuxuan.Zhang authored
      
      
      * draft Init
      
      * draft
      
      * vae encode image
      
      * make style
      
      * image latents preparation
      
      * remove image encoder from conversion script
      
      * fix minor bugs
      
      * make pipeline work
      
      * make style
      
      * remove debug prints
      
      * fix imports
      
      * update example
      
      * make fix-copies
      
      * add fast tests
      
      * fix import
      
      * update vae
      
      * update docs
      
      * update image link
      
      * apply suggestions from review
      
      * apply suggestions from review
      
      * add slow test
      
      * make use of learned positional embeddings
      
      * apply suggestions from review
      
      * doc change
      
      * Update convert_cogvideox_to_diffusers.py
      
      * make style
      
      * final changes
      
      * make style
      
      * fix tests
      
      ---------
      Co-authored-by: default avatarAryan <aryan@huggingface.co>
      8336405e
  5. 11 Sep, 2024 1 commit
  6. 09 Sep, 2024 3 commits
  7. 04 Sep, 2024 1 commit
  8. 02 Sep, 2024 1 commit
    • Aryan's avatar
      [core] Support VideoToVideo with CogVideoX (#9333) · 0e6a8403
      Aryan authored
      * add vid2vid pipeline for cogvideox
      
      * make fix-copies
      
      * update docs
      
      * fake context parallel cache, vae encode tiling
      
      * add test for cog vid2vid
      
      * use video link from HF docs repo
      
      * add copied from comments; correctly rename test class
      0e6a8403
  9. 30 Aug, 2024 1 commit
  10. 27 Aug, 2024 1 commit
  11. 25 Aug, 2024 1 commit
  12. 23 Aug, 2024 1 commit
  13. 22 Aug, 2024 1 commit
    • Elias Rad's avatar
      Docs fix spelling issues (#9219) · 805bf33f
      Elias Rad authored
      * fix PHILOSOPHY.md
      
      * fix CONTRIBUTING.md
      
      * fix tutorial_overview.md
      
      * fix stable_diffusion.md
      
      * Update tutorial_overview.md
      805bf33f
  14. 21 Aug, 2024 1 commit
  15. 19 Aug, 2024 1 commit
  16. 18 Aug, 2024 1 commit
  17. 13 Aug, 2024 2 commits
    • Aryan's avatar
      [refactor] CogVideoX followups + tiled decoding support (#9150) · a85b34e7
      Aryan authored
      * refactor context parallel cache; update torch compile time benchmark
      
      * add tiling support
      
      * make style
      
      * remove num_frames % 8 == 0 requirement
      
      * update default num_frames to original value
      
      * add explanations + refactor
      
      * update torch compile example
      
      * update docs
      
      * update
      
      * clean up if-statements
      
      * address review comments
      
      * add test for vae tiling
      
      * update docs
      
      * update docs
      
      * update docstrings
      
      * add modeling test for cogvideox transformer
      
      * make style
      a85b34e7
    • 林金鹏's avatar
      Support SD3 controlnet inpainting (#9099) · cc051309
      林金鹏 authored
      
      
      * add controlnet inpainting pipeline
      
      * [SD3] add controlnet inpaint example
      
      * update example and fix code style
      
      * fix code style with ruff
      
      * Update controlnet_sd3.md : add control inpaint pipeline
      
      * Update docs/source/en/api/pipelines/controlnet_sd3.md
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      
      * Update docs/source/en/api/pipelines/controlnet_sd3.md
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      
      * Update docs/source/en/api/pipelines/controlnet_sd3.md
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      
      * Update src/diffusers/pipelines/controlnet_sd3/pipeline_stable_diffusion_3_controlnet_inpainting.py
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      
      * Update __init__.py : add sd3 control pipelines
      
      * Update pipeline : add new param doc & check input reference.
      
      * fix typo
      
      * make style & make quality
      
      * add unittest for sd3 controlnet inpaint
      
      ---------
      Co-authored-by: default avatar鹏徙 <linjinpeng.ljp@alibaba-inc.com>
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      cc051309
  18. 12 Aug, 2024 1 commit
  19. 10 Aug, 2024 1 commit
  20. 08 Aug, 2024 2 commits
  21. 07 Aug, 2024 4 commits
  22. 06 Aug, 2024 3 commits
  23. 05 Aug, 2024 3 commits