1. 16 Sep, 2024 2 commits
    • 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
    • Aryan's avatar
      Allow max shard size to be specified when saving pipeline (#9440) · 2454b98a
      Aryan authored
      allow max shard size to be specified when saving pipeline
      2454b98a
  2. 12 Sep, 2024 1 commit
  3. 09 Sep, 2024 2 commits
  4. 06 Sep, 2024 2 commits
    • YiYi Xu's avatar
    • Aryan's avatar
      [core] Freenoise memory improvements (#9262) · 6dfa4996
      Aryan authored
      * update
      
      * implement prompt interpolation
      
      * make style
      
      * resnet memory optimizations
      
      * more memory optimizations; todo: refactor
      
      * update
      
      * update animatediff controlnet with latest changes
      
      * refactor chunked inference changes
      
      * remove print statements
      
      * update
      
      * chunk -> split
      
      * remove changes from incorrect conflict resolution
      
      * remove changes from incorrect conflict resolution
      
      * add explanation of SplitInferenceModule
      
      * update docs
      
      * Revert "update docs"
      
      This reverts commit c55a50a271b2cefa8fe340a4f2a3ab9b9d374ec0.
      
      * update docstring for freenoise split inference
      
      * apply suggestions from review
      
      * add tests
      
      * apply suggestions from review
      6dfa4996
  5. 04 Sep, 2024 3 commits
  6. 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
  7. 28 Aug, 2024 2 commits
    • apolinário's avatar
      Change default for `guidance_scale`in FLUX (#9305) · 089cf798
      apolinário authored
      To match the original code, 7.0 is too high
      089cf798
    • Aryan's avatar
      AnimateDiff prompt travel (#9231) · cbc2ec8f
      Aryan authored
      * update
      
      * implement prompt interpolation
      
      * make style
      
      * resnet memory optimizations
      
      * more memory optimizations; todo: refactor
      
      * update
      
      * update animatediff controlnet with latest changes
      
      * refactor chunked inference changes
      
      * remove print statements
      
      * undo memory optimization changes
      
      * update docstrings
      
      * fix tests
      
      * fix pia tests
      
      * apply suggestions from review
      
      * add tests
      
      * update comment
      cbc2ec8f
  8. 27 Aug, 2024 2 commits
  9. 25 Aug, 2024 2 commits
  10. 23 Aug, 2024 3 commits
  11. 22 Aug, 2024 2 commits
    • YiYi Xu's avatar
      fix _identify_model_variants (#9247) · dc07fc29
      YiYi Xu authored
      merge now, will add/fix test next 
      dc07fc29
    • Sayak Paul's avatar
      [Core] Tear apart `from_pretrained()` of `DiffusionPipeline` (#8967) · 32d6492c
      Sayak Paul authored
      * break from_pretrained part i.
      
      * part ii.
      
      * init_kwargs
      
      * remove _fetch_init_kwargs
      
      * type annotation
      
      * dtyle
      
      * switch to _check_and_update_init_kwargs_for_missing_modules.
      
      * remove _check_and_update_init_kwargs_for_missing_modules.
      
      * use pipeline_loading_kwargs.
      
      * remove _determine_current_device_map.
      
      * remove _filter_null_components.
      
      * device_map fix.
      
      * fix _update_init_kwargs_with_connected_pipeline.
      
      * better handle custom pipeline.
      
      * explain _maybe_raise_warning_for_inpainting.
      
      * add example for model variant.
      
      * fix
      32d6492c
  12. 21 Aug, 2024 4 commits
  13. 20 Aug, 2024 2 commits
  14. 19 Aug, 2024 3 commits
  15. 18 Aug, 2024 1 commit
  16. 17 Aug, 2024 2 commits
  17. 16 Aug, 2024 1 commit
  18. 13 Aug, 2024 3 commits
  19. 07 Aug, 2024 2 commits